fixed macro

This commit is contained in:
WolverinDEV 2019-09-09 21:32:41 +02:00
parent f359800ce5
commit f817d45c88
1 changed files with 1 additions and 1 deletions

View File

@ -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})