diff options
Diffstat (limited to 'src/resources/animation')
-rw-r--r-- | src/resources/animation/simpleanimation.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/resources/animation/simpleanimation.h b/src/resources/animation/simpleanimation.h index 2c068acff..714a17eb8 100644 --- a/src/resources/animation/simpleanimation.h +++ b/src/resources/animation/simpleanimation.h @@ -75,8 +75,7 @@ class SimpleAnimation final private: void initializeAnimation(XmlNodeConstPtr animationNode, - const std::string& - dyePalettes = std::string()); + const std::string &dyePalettes); /** The hosted animation. */ Animation *mAnimation; |