Forbid instanciation of static classes
This commit is contained in:
@@ -49,6 +49,9 @@ class DataFormatter {
|
||||
const std::vector<std::string>& customSet,
|
||||
const std::string& seperator = ""
|
||||
);
|
||||
|
||||
// No instanciation! >:(
|
||||
DataFormatter() {};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user