summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 79c9b9086..c2082a9df 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -76,6 +76,8 @@ class LocalPlayer final : public Being,
*/
LocalPlayer(const int id = 65535, const int subtype = 0);
+ A_DELETE_COPY(LocalPlayer);
+
/**
* Destructor.
*/