mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
Directly access obfuscation functions
There is no need to inherit from Obfuscation as all members are static anyway.
This commit is contained in:
@@ -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() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user