diff options
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 82678601d..85388b8c4 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -191,7 +191,7 @@ class Gui final bool handleInput(); - bool handleKeyInput2(); + bool handleKeyInput(); void resetClickCount(); |