summaryrefslogtreecommitdiff
path: root/src/input/touch
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/touch')
-rw-r--r--src/input/touch/multitouchmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/touch/multitouchmanager.h b/src/input/touch/multitouchmanager.h
index 5d3003f48..fbb240503 100644
--- a/src/input/touch/multitouchmanager.h
+++ b/src/input/touch/multitouchmanager.h
@@ -31,7 +31,7 @@ union SDL_Event;
struct MultiTouchEvent final
{
- A_DELETE_COPY(MultiTouchEvent)
+ A_DEFAULT_COPY(MultiTouchEvent)
bool active;
float x;