summaryrefslogtreecommitdiff
path: root/src/simpleanimation.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-04-30 19:54:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-04-30 19:54:08 +0300
commitef7e7319305f040a47c483b71f2e78da7a1d6149 (patch)
tree14ac10427d7c94288fcb198db5277455754589ae /src/simpleanimation.h
parent12389c8441c748996962412201af9e21d66f9e55 (diff)
downloadplus-ef7e7319305f040a47c483b71f2e78da7a1d6149.tar.gz
plus-ef7e7319305f040a47c483b71f2e78da7a1d6149.tar.bz2
plus-ef7e7319305f040a47c483b71f2e78da7a1d6149.tar.xz
plus-ef7e7319305f040a47c483b71f2e78da7a1d6149.zip
Fix code style in other files.
Diffstat (limited to 'src/simpleanimation.h')
-rw-r--r--src/simpleanimation.h4
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)