summaryrefslogtreecommitdiff
path: root/src/user_interface.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/user_interface.hh')
-rw-r--r--src/user_interface.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user_interface.hh b/src/user_interface.hh
index a912b417..6734bf14 100644
--- a/src/user_interface.hh
+++ b/src/user_interface.hh
@@ -63,7 +63,7 @@ public:
virtual void set_input_callback(InputCallback callback) = 0;
- using Options = UnorderedMap<String, String>;
+ using Options = UnorderedMap<String, String, MemoryDomain::Options>;
virtual void set_ui_options(const Options& options) = 0;
};