summaryrefslogtreecommitdiff
path: root/src/events
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-23 22:01:44 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-23 22:01:44 +0300
commit3c404128c4669a1f4f190e20a89553677717fc50 (patch)
tree2db4e5031089c800c4e00fd6244e578f44a7c910 /src/events
parent89b267d6d73bbc59f7c313b8a22b97fbb27f99a8 (diff)
downloadplus-3c404128c4669a1f4f190e20a89553677717fc50.tar.gz
plus-3c404128c4669a1f4f190e20a89553677717fc50.tar.bz2
plus-3c404128c4669a1f4f190e20a89553677717fc50.tar.xz
plus-3c404128c4669a1f4f190e20a89553677717fc50.zip
Add missing comments into defines.
Diffstat (limited to 'src/events')
-rw-r--r--src/events/keyevent.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/events/keyevent.h b/src/events/keyevent.h
index a131a753e..54ad54759 100644
--- a/src/events/keyevent.h
+++ b/src/events/keyevent.h
@@ -74,7 +74,7 @@
#ifdef USE_SDL2
#include <string>
-#endif
+#endif // USE_SDL2
class Widget;
@@ -100,7 +100,7 @@ class KeyEvent: public InputGuiEvent
mKey(key),
#ifdef USE_SDL2
mText(),
-#endif
+#endif // USE_SDL2
mType(type),
mActionId(actionId)
{ }
@@ -136,7 +136,7 @@ class KeyEvent: public InputGuiEvent
std::string getText() const
{ return mText; }
-#endif
+#endif // USE_SDL2
protected:
/**
@@ -146,7 +146,7 @@ class KeyEvent: public InputGuiEvent
#ifdef USE_SDL2
std::string mText;
-#endif
+#endif // USE_SDL2
/**
* Holds the type of the key event.