summaryrefslogtreecommitdiff
path: root/src/input/touch/multitouchmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/touch/multitouchmanager.h')
-rw-r--r--src/input/touch/multitouchmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/touch/multitouchmanager.h b/src/input/touch/multitouchmanager.h
index 25b56d3d8..a9323991c 100644
--- a/src/input/touch/multitouchmanager.h
+++ b/src/input/touch/multitouchmanager.h
@@ -27,7 +27,7 @@
#ifdef USE_SDL2
union SDL_Event;
-#endif
+#endif // USE_SDL2
struct MultiTouchEvent final
{
@@ -59,7 +59,7 @@ class MultiTouchManager final
void checkDevice(const long touchId,
const long fingerId);
-#endif
+#endif // USE_SDL2
private:
MultiTouchDevicesMap mEvents;