Directly access obfuscation functions

There is no need to inherit from Obfuscation as all members are static anyway.
This commit is contained in:
Lars Toenning
2022-05-27 11:25:59 +02:00
parent 8b5d02c62b
commit 2d5d120a68
5 changed files with 39 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ namespace BlackMisc
//! \remark this is no real security, but as the name says just obfuscation. The sole purpose of this class is to remove potentially strings from the source code
class BLACKMISC_EXPORT CObfuscation
{
protected:
public:
//! Constructor
CObfuscation() {}