about summary refs log tree commit diff
path: root/src/libutil/config.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/config.hh')
-rw-r--r--src/libutil/config.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/config.hh b/src/libutil/config.hh
index c6783e13c2b0..d2e7faf17434 100644
--- a/src/libutil/config.hh
+++ b/src/libutil/config.hh
@@ -60,7 +60,7 @@ public:
 
     void addSetting(AbstractSetting * setting);
 
-    void handleUnknownSettings(bool fatal = false);
+    void handleUnknownSettings();
 
     StringMap getSettings(bool overridenOnly = false);