summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-17 18:22:18 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-17 18:22:18 +0300
commitfed37f530d063cbce6a9bba7f1a878c42e10367e (patch)
treebb0e3566e390634becf38b2c8eda22ef25e02016 /src/being/being.h
parent5eeb34b86751fff15a59702ce13a772bd39fd338 (diff)
downloadplus-fed37f530d063cbce6a9bba7f1a878c42e10367e.tar.gz
plus-fed37f530d063cbce6a9bba7f1a878c42e10367e.tar.bz2
plus-fed37f530d063cbce6a9bba7f1a878c42e10367e.tar.xz
plus-fed37f530d063cbce6a9bba7f1a878c42e10367e.zip
Add missing A_DEFAULT_COPY / A_DELETE_COPY into being.
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h
index 2fb8a4b51..9477abab5 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -78,6 +78,8 @@ struct NextSoundInfo final
{
}
+ A_DELETE_COPY(NextSoundInfo)
+
const SoundInfo *sound;
int x;
int y;