summaryrefslogtreecommitdiff
path: root/src/events/inputguievent.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-29 08:15:17 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-29 08:15:17 +0300
commitce17cd4ae249f87cacbe74fadd28b559eb147aac (patch)
tree0bc2e41dff4f27d7d93ae886f0dbadff35eeca54 /src/events/inputguievent.h
parentb26fc689da4e1e8e02c8f71904a70ce5c156b482 (diff)
downloadplus-ce17cd4ae249f87cacbe74fadd28b559eb147aac.tar.gz
plus-ce17cd4ae249f87cacbe74fadd28b559eb147aac.tar.bz2
plus-ce17cd4ae249f87cacbe74fadd28b559eb147aac.tar.xz
plus-ce17cd4ae249f87cacbe74fadd28b559eb147aac.zip
Add missing marks for copy constructors.
Diffstat (limited to 'src/events/inputguievent.h')
-rw-r--r--src/events/inputguievent.h2
1 files changed, 2 insertions, 0 deletions
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