diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-05-21 20:52:08 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-05-21 20:52:08 +0200 |
commit | 560c26d33c76fee45b04e92ffd36ce885c357db6 (patch) | |
tree | 0e23a759a612f9459cdc435b3ceb580d0c4ab81d /src/configfile.h | |
parent | 16b59fe4f96d35cf2468365ae185fba389b23020 (diff) |
New configfile parser with unit test.
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(); |