From fdab79795551b8383751682bf26362ed7b82da7a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Jan 2017 18:21:49 +0300 Subject: Add missing A_DEFAULT_COPY / A_DELETE_COPY into input. --- src/input/keyinput.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/input/keyinput.h') diff --git a/src/input/keyinput.h b/src/input/keyinput.h index 7c2bb4040..28262b861 100644 --- a/src/input/keyinput.h +++ b/src/input/keyinput.h @@ -98,6 +98,8 @@ class KeyInput final { } + A_DEFAULT_COPY(KeyInput) + KeyInput &operator=(const KeyInput &k) noexcept2 { mKey = k.mKey; -- cgit v1.2.3-60-g2f50