diff options
Diffstat (limited to 'src/emoteshortcut.h')
-rw-r--r-- | src/emoteshortcut.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emoteshortcut.h b/src/emoteshortcut.h index cbef84cd0..91f7c1d76 100644 --- a/src/emoteshortcut.h +++ b/src/emoteshortcut.h @@ -37,6 +37,8 @@ class EmoteShortcut final */ EmoteShortcut(); + A_DELETE_COPY(EmoteShortcut); + /** * Destructor. */ |