summaryrefslogtreecommitdiff
path: root/src/resources/spritedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/spritedef.h')
-rw-r--r--src/resources/spritedef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h
index f7415e187..9113ee132 100644
--- a/src/resources/spritedef.h
+++ b/src/resources/spritedef.h
@@ -225,8 +225,8 @@ class SpriteDef final : public Resource
* When there are no animations defined for the action "complete", its
* animations become a copy of those of the action "with".
*/
- void substituteAction(const std::string &complete,
- const std::string &with);
+ void substituteAction(const std::string &restrict complete,
+ const std::string &restrict with);
typedef std::map<std::string, ImageSet*> ImageSets;
typedef ImageSets::iterator ImageSetIterator;