From b26fc689da4e1e8e02c8f71904a70ce5c156b482 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 29 Dec 2017 06:54:37 +0300 Subject: Add missing final / notfinal keywords to classes. --- src/events/inputguievent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/events/inputguievent.h') 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: /** -- cgit v1.2.3-70-g09d2