summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/option.h b/src/option.h
index f892b00e..36dba3a4 100644
--- a/src/option.h
+++ b/src/option.h
@@ -162,9 +162,8 @@ public:
source = none;
}
- virtual void handler_thunk(const optional<string>& whence) {}
- virtual void handler_thunk(const optional<string>& whence,
- const string& str) {}
+ virtual void handler_thunk(const optional<string>&) {}
+ virtual void handler_thunk(const optional<string>&, const string&) {}
value_t handler(call_scope_t& args) {
if (wants_arg) {