diff options
Diffstat (limited to 'src/compoundsprite.cpp')
-rw-r--r-- | src/compoundsprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compoundsprite.cpp b/src/compoundsprite.cpp index f2621384..115cd0f6 100644 --- a/src/compoundsprite.cpp +++ b/src/compoundsprite.cpp @@ -54,7 +54,7 @@ bool CompoundSprite::reset() return ret; } -bool CompoundSprite::play(std::string action) +bool CompoundSprite::play(const std::string &action) { bool ret = false; |