diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-07 22:39:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-07 22:39:31 +0300 |
commit | af4fcff19a986990d58c50c62bc498690c8293b8 (patch) | |
tree | 6dc2299d10aba815496e652b0c68b321561c85d5 /src/resources/sprite/animatedsprite.h | |
parent | 24149e9e343dd5e507d2b4e879df55c692fbf9d1 (diff) | |
download | plus-af4fcff19a986990d58c50c62bc498690c8293b8.tar.gz plus-af4fcff19a986990d58c50c62bc498690c8293b8.tar.bz2 plus-af4fcff19a986990d58c50c62bc498690c8293b8.tar.xz plus-af4fcff19a986990d58c50c62bc498690c8293b8.zip |
Fix some wrong parameter names in headers.
Diffstat (limited to 'src/resources/sprite/animatedsprite.h')
-rw-r--r-- | src/resources/sprite/animatedsprite.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/sprite/animatedsprite.h b/src/resources/sprite/animatedsprite.h index 83c3273c5..259b6fe84 100644 --- a/src/resources/sprite/animatedsprite.h +++ b/src/resources/sprite/animatedsprite.h @@ -65,7 +65,8 @@ class AnimatedSprite final : public Sprite bool reset() restrict2 override final; - bool play(const std::string &restrict action) restrict2 override final; + bool play(const std::string &restrict spriteAction) + restrict2 override final; bool update(const int time) restrict2 override final; |