We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5822b8 commit c00e590Copy full SHA for c00e590
1 file changed
str_encryptor.hpp str_obfuscator.hppstr_encryptor.hpp renamed to str_obfuscator.hpp
@@ -1,5 +1,5 @@
1
-#ifndef STR_ENCRYPTOR_HPP_
2
-#define STR_ENCRYPTOR_HPP_
+#ifndef STR_OBFUSCATOR_HPP_
+#define STR_OBFUSCATOR_HPP_
3
4
class cryptor
5
{
@@ -61,4 +61,4 @@ class cryptor
61
}
62
};
63
64
-#endif // STR_ENCRYPTOR_HPP_
+#endif // STR_OBFUSCATOR_HPP_
0 commit comments