diff options
Diffstat (limited to 'platform/x11/key_mapping_x11.h')
-rw-r--r-- | platform/x11/key_mapping_x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/key_mapping_x11.h b/platform/x11/key_mapping_x11.h index 979d8a112f..e3aede8388 100644 --- a/platform/x11/key_mapping_x11.h +++ b/platform/x11/key_mapping_x11.h @@ -48,7 +48,7 @@ public: static KeySym get_keysym(unsigned int p_code); static unsigned int get_unicode_from_keysym(KeySym p_keysym); static KeySym get_keysym_from_unicode(unsigned int p_unicode); - + }; |