summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index 776b0fcf..c34b7ebd 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -107,7 +107,7 @@ private:
void do_key(key k, int mods);
void do_key(key k);
void apply_commands(const key_set& k);
- static int get_key_modifiers();
+ int get_key_modifiers();
void clear_keys(key min_inclusive, key max_exclusive);
void clear_keys();
void clear_non_global_keys();