summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-03 18:09:05 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-03 18:09:05 +0300
commit2740b416b99855e0b411b06dce2fc1eb4fa93f2c (patch)
treee3a65f8db4148afae86e05eeeb88e00f705dc69f /src/gui/gui.h
parentf555fdf0d99622ac0d52881ebf126377287f1d3e (diff)
downloadplus-2740b416b99855e0b411b06dce2fc1eb4fa93f2c.tar.gz
plus-2740b416b99855e0b411b06dce2fc1eb4fa93f2c.tar.bz2
plus-2740b416b99855e0b411b06dce2fc1eb4fa93f2c.tar.xz
plus-2740b416b99855e0b411b06dce2fc1eb4fa93f2c.zip
Remove 2 from methods name in gui.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h2
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();