From f817d45c8823277ddb72b567c1c4e0414833ba40 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Mon, 9 Sep 2019 21:32:41 +0200 Subject: [PATCH] fixed macro --- src/misc/strobf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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