diff options
Diffstat (limited to 'src/simpleanimation.h')
-rw-r--r-- | src/simpleanimation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simpleanimation.h b/src/simpleanimation.h index ea9e3aef6..fb2ba1136 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -52,6 +52,8 @@ class SimpleAnimation final SimpleAnimation(const XmlNodePtr animationNode, const std::string& dyePalettes = std::string()); + A_DELETE_COPY(SimpleAnimation); + ~SimpleAnimation(); void setFrame(int frame); |