summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/options.h')
-rw-r--r--src/lib/util/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util/options.h b/src/lib/util/options.h
index 47780652586..b2bc46343ac 100644
--- a/src/lib/util/options.h
+++ b/src/lib/util/options.h
@@ -182,6 +182,8 @@ public:
protected:
virtual void value_changed(const std::string &name, const std::string &value) {}
+ virtual bool override_get_value(const char *name, std::string &value) const { return false; }
+ virtual bool override_set_value(const char *name, const std::string &value) { return false; }
private:
// internal helpers