diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-17 22:16:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-17 22:16:53 +0300 |
commit | e29c975369db3c0999de16d6a4fb529e4490d24e (patch) | |
tree | beb7ce5d1eecb2826eaa242d146e425d968205e2 /src/resources/animation | |
parent | 089757c176159291d99d902955ef27312a8471a7 (diff) | |
download | manaverse-e29c975369db3c0999de16d6a4fb529e4490d24e.tar.gz manaverse-e29c975369db3c0999de16d6a4fb529e4490d24e.tar.bz2 manaverse-e29c975369db3c0999de16d6a4fb529e4490d24e.tar.xz manaverse-e29c975369db3c0999de16d6a4fb529e4490d24e.zip |
Remove default parameter from simpleanimation.h
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; |