diff options
Diffstat (limited to 'src/configfile.h')
| -rw-r--r-- | src/configfile.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/configfile.h b/src/configfile.h index 21a6b88..a3fd588 100644 --- a/src/configfile.h +++ b/src/configfile.h @@ -46,7 +46,7 @@ protected:    std::map<std::string, std::string> values;    std::string filename; -  bool open(std::string mode); +  virtual bool open(std::string mode);    void close();    std::string readLine(); | 
