summaryrefslogtreecommitdiffstats
path: root/src/Common/Logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Logger.h')
-rw-r--r--src/Common/Logger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Logger.h b/src/Common/Logger.h
index d8f105a..9499792 100644
--- a/src/Common/Logger.h
+++ b/src/Common/Logger.h
@@ -37,7 +37,7 @@ class Logger : public LoggerBase {
private:
class ConfigHelper : private Configurable {
protected:
- virtual bool handleConfigEntry(const std::vector<std::vector<std::string> > &entry, bool handled);
+ virtual bool handleConfigEntry(const ConfigEntry &entry, bool handled);
};
static std::auto_ptr<ConfigHelper> configHelper;