diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-23 14:41:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-23 14:41:07 +0300 |
commit | 063818408e0c991a4cd71028367cc72dbfd6eedf (patch) | |
tree | 97a99d4984c5bc30860f452ff0d8121300581683 | |
parent | 1ede06be83d0ca7b474184a5e61761b10c049e9c (diff) | |
download | plus-063818408e0c991a4cd71028367cc72dbfd6eedf.tar.gz plus-063818408e0c991a4cd71028367cc72dbfd6eedf.tar.bz2 plus-063818408e0c991a4cd71028367cc72dbfd6eedf.tar.xz plus-063818408e0c991a4cd71028367cc72dbfd6eedf.zip |
Fix code style.
-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; |