From 2f3a7112eafe7bfa6ddd9c6b8a3e6d11a44ce49d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 28 Nov 2016 13:59:55 +0000 Subject: Add more memory domains to certain data --- src/input_handler.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_handler.hh') diff --git a/src/input_handler.hh b/src/input_handler.hh index 14e9d048..43fd9ecb 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -106,7 +106,7 @@ private: Context m_context; friend class InputMode; - Vector> m_mode_stack; + Vector, MemoryDomain::Client> m_mode_stack; InputMode& current_mode() const { return *m_mode_stack.back(); } -- cgit v1.2.3