diff options
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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<RefPtr<InputMode>> m_mode_stack; + Vector<RefPtr<InputMode>, MemoryDomain::Client> m_mode_stack; InputMode& current_mode() const { return *m_mode_stack.back(); } |
