summaryrefslogtreecommitdiff
path: root/src/events/inputguievent.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/inputguievent.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/inputguievent.h')
-rw-r--r--src/events/inputguievent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/inputguievent.h b/src/events/inputguievent.h
index 2a702db91..dc4dfe427 100644
--- a/src/events/inputguievent.h
+++ b/src/events/inputguievent.h
@@ -71,7 +71,7 @@
*
* @author Olof Naessén
*/
-class InputGuiEvent: public Event
+class InputGuiEvent notfinal : public Event
{
public:
/**