diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-17 18:22:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-17 18:22:18 +0300 |
commit | fed37f530d063cbce6a9bba7f1a878c42e10367e (patch) | |
tree | bb0e3566e390634becf38b2c8eda22ef25e02016 /src/being/actorsprite.cpp | |
parent | 5eeb34b86751fff15a59702ce13a772bd39fd338 (diff) | |
download | mv-fed37f530d063cbce6a9bba7f1a878c42e10367e.tar.gz mv-fed37f530d063cbce6a9bba7f1a878c42e10367e.tar.bz2 mv-fed37f530d063cbce6a9bba7f1a878c42e10367e.tar.xz mv-fed37f530d063cbce6a9bba7f1a878c42e10367e.zip |
Add missing A_DEFAULT_COPY / A_DELETE_COPY into being.
Diffstat (limited to 'src/being/actorsprite.cpp')
-rw-r--r-- | src/being/actorsprite.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/actorsprite.cpp b/src/being/actorsprite.cpp index 575744d77..0cbb88d99 100644 --- a/src/being/actorsprite.cpp +++ b/src/being/actorsprite.cpp @@ -193,6 +193,8 @@ void ActorSprite::setTargetType(const TargetCursorTypeT type) struct EffectDescription final { + A_DELETE_COPY(EffectDescription) + std::string mGFXEffect; std::string mSFXEffect; }; |