Skip to content

Commit c00e590

Browse files
committed
Update and rename str_encryptor.hpp to str_obfuscator.hpp
1 parent e5822b8 commit c00e590

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef STR_ENCRYPTOR_HPP_
2-
#define STR_ENCRYPTOR_HPP_
1+
#ifndef STR_OBFUSCATOR_HPP_
2+
#define STR_OBFUSCATOR_HPP_
33

44
class cryptor
55
{
@@ -61,4 +61,4 @@ class cryptor
6161
}
6262
};
6363

64-
#endif // STR_ENCRYPTOR_HPP_
64+
#endif // STR_OBFUSCATOR_HPP_

0 commit comments

Comments
 (0)