summaryrefslogtreecommitdiff
path: root/src/keymap_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap_manager.cc')
-rw-r--r--src/keymap_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap_manager.cc b/src/keymap_manager.cc
index 15096933..859f420b 100644
--- a/src/keymap_manager.cc
+++ b/src/keymap_manager.cc
@@ -26,7 +26,7 @@ bool KeymapManager::is_mapped(Key key, KeymapMode mode) const
(m_parent and m_parent->is_mapped(key, mode));
}
-const KeymapManager::KeyMapInfo&
+const KeymapManager::KeymapInfo&
KeymapManager::get_mapping(Key key, KeymapMode mode) const
{
auto it = m_mapping.find(KeyAndMode{key, mode});