Some changes to make CppCheck happier.
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
|
||||
~CleanerConfig();
|
||||
|
||||
std::string getConfigFileName() { return configFileName; }
|
||||
std::string getConfigFileName() const { return configFileName; }
|
||||
|
||||
void fillBuffer();
|
||||
void writeBuffer() const;
|
||||
|
||||
Reference in New Issue
Block a user