diff options
-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 000bb1399..44aab9a25 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -68,8 +68,8 @@ class SimpleAnimation Image *getCurrentImage() const; private: - void initializeAnimation(xmlNodePtr animationNode, - const std::string& dyePalettes = std::string()); + void initializeAnimation(xmlNodePtr animationNode, const std::string& + dyePalettes = std::string()); /** The hosted animation. */ Animation *mAnimation; |