diff --git a/src/misc/strobf.h b/src/misc/strobf.h index afdeee3..aa2a1da 100644 --- a/src/misc/strobf.h +++ b/src/misc/strobf.h @@ -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{_hello_world}) \ No newline at end of file +#define strobf_val(variable_name) (::str_obf::decode_helper{variable_name}) \ No newline at end of file