diff options
Diffstat (limited to 'src/simpleanimation.h')
-rw-r--r-- | src/simpleanimation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simpleanimation.h b/src/simpleanimation.h index f5f971059..74af7f819 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -50,8 +50,8 @@ class SimpleAnimation final /** * Creates a simple animation that creates its animation from XML Data. */ - explicit SimpleAnimation(const XmlNodePtr animationNode, - const std::string& dyePalettes); + SimpleAnimation(const XmlNodePtr animationNode, + const std::string& dyePalettes); A_DELETE_COPY(SimpleAnimation) |