Some changes to make CppCheck happier.

This commit is contained in:
lotodore
2010-10-26 21:32:39 +00:00
parent 74a96a4354
commit 83da8559a4
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ public:
~CleanerConfig();
std::string getConfigFileName() { return configFileName; }
std::string getConfigFileName() const { return configFileName; }
void fillBuffer();
void writeBuffer() const;