Forbid instanciation of static classes
This commit is contained in:
@@ -8,6 +8,10 @@ namespace Module {
|
||||
public:
|
||||
//! Will write the key to a file
|
||||
static void Run();
|
||||
|
||||
private:
|
||||
// No instanciation! >:(
|
||||
GenerateKey() {};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user