summaryrefslogtreecommitdiff
path: root/src/input/keyinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/keyinput.h')
-rw-r--r--src/input/keyinput.h2
1 files changed, 2 insertions, 0 deletions
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;