fixed macro
This commit is contained in:
parent
f359800ce5
commit
f817d45c88
@ -141,4 +141,4 @@ namespace str_obf {
|
||||
#define strobf_define(variable_name, string) \
|
||||
constexpr const auto variable_name = ::str_obf::encode(string, str_obf::generate_key(__FILE__ __TIME__, __LINE__))
|
||||
|
||||
#define strobf_val(variable_name) (str_obf::decode_helper<decltype(_hello_world)>{_hello_world})
|
||||
#define strobf_val(variable_name) (::str_obf::decode_helper<decltype(variable_name)>{variable_name})
|
Loading…
Reference in New Issue
Block a user