From ce17cd4ae249f87cacbe74fadd28b559eb147aac Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 29 Dec 2017 08:15:17 +0300 Subject: Add missing marks for copy constructors. --- src/events/inputguievent.h | 2 ++ src/events/keyevent.h | 2 ++ src/events/mouseevent.h | 2 ++ 3 files changed, 6 insertions(+) (limited to 'src/events') diff --git a/src/events/inputguievent.h b/src/events/inputguievent.h index dc4dfe427..b6164d55d 100644 --- a/src/events/inputguievent.h +++ b/src/events/inputguievent.h @@ -84,6 +84,8 @@ class InputGuiEvent notfinal : public Event mIsConsumed(false) { } + A_DELETE_COPY(InputGuiEvent) + /** * Marks the event as consumed. Input event listeners may discard * consumed input or act on consumed input. An example of a widget diff --git a/src/events/keyevent.h b/src/events/keyevent.h index e8fea72ed..936529bba 100644 --- a/src/events/keyevent.h +++ b/src/events/keyevent.h @@ -105,6 +105,8 @@ class KeyEvent final : public InputGuiEvent mActionId(actionId) { } + A_DELETE_COPY(KeyEvent) + /** * Gets the type of the event. * diff --git a/src/events/mouseevent.h b/src/events/mouseevent.h index cd43af96b..1234801aa 100644 --- a/src/events/mouseevent.h +++ b/src/events/mouseevent.h @@ -105,6 +105,8 @@ class MouseEvent final : public InputGuiEvent { } + A_DELETE_COPY(MouseEvent) + /** * Gets the button of the mouse event. * -- cgit v1.2.3-60-g2f50