diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp index c55fba9dd..3b35ad9f0 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -86,6 +86,8 @@ class BeingCacheEntry final { } + A_DELETE_COPY(BeingCacheEntry); + int getId() const { return mId; } |