summaryrefslogtreecommitdiffstats
path: root/CAN-binder/libs/ini-config/ini-config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'CAN-binder/libs/ini-config/ini-config.hpp')
-rw-r--r--CAN-binder/libs/ini-config/ini-config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/libs/ini-config/ini-config.hpp b/CAN-binder/libs/ini-config/ini-config.hpp
index 3a15454..4c8cc11 100644
--- a/CAN-binder/libs/ini-config/ini-config.hpp
+++ b/CAN-binder/libs/ini-config/ini-config.hpp
@@ -32,7 +32,7 @@ public:
void read_file(const std::string& filename);
- map get_keys(const std::string& section);
+ map get_keys(const std::string& section, bool wo_prefix=true);
std::string get_value(const std::string& section, const std::string& key);
typename map::size_type size() const { return config_.size(); }