summaryrefslogtreecommitdiff
path: root/src/events/keyevent.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-29 06:54:37 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-29 06:54:37 +0300
commitb26fc689da4e1e8e02c8f71904a70ce5c156b482 (patch)
tree66d8c2cd33a9f7e9d3ffbaaff5ecdedeee26079f /src/events/keyevent.h
parentf66d0455c65855da1768c692857aa661e5208d8c (diff)
downloadplus-b26fc689da4e1e8e02c8f71904a70ce5c156b482.tar.gz
plus-b26fc689da4e1e8e02c8f71904a70ce5c156b482.tar.bz2
plus-b26fc689da4e1e8e02c8f71904a70ce5c156b482.tar.xz
plus-b26fc689da4e1e8e02c8f71904a70ce5c156b482.zip
Add missing final / notfinal keywords to classes.
Diffstat (limited to 'src/events/keyevent.h')
-rw-r--r--src/events/keyevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/keyevent.h b/src/events/keyevent.h
index b08b57f9d..e8fea72ed 100644
--- a/src/events/keyevent.h
+++ b/src/events/keyevent.h
@@ -81,7 +81,7 @@ class Widget;
/**
* Represents a key event.
*/
-class KeyEvent: public InputGuiEvent
+class KeyEvent final : public InputGuiEvent
{
public:
/**