summaryrefslogtreecommitdiff
path: root/src/keymap_manager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap_manager.hh')
-rw-r--r--src/keymap_manager.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap_manager.hh b/src/keymap_manager.hh
index 64e39dd7..7474ed95 100644
--- a/src/keymap_manager.hh
+++ b/src/keymap_manager.hh
@@ -51,7 +51,7 @@ public:
return m_parent->user_modes();
return m_user_modes;
}
- void add_user_mode(const String user_mode_name);
+ void add_user_mode(String user_mode_name);
private:
KeymapManager()