From 1da23ac3e176da216c626ba7ce1320ff08efafdb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Dec 2013 01:04:17 +0300 Subject: add restrict into spritedef. --- src/resources/spritedef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/spritedef.h') 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 ImageSets; typedef ImageSets::iterator ImageSetIterator; -- cgit v1.2.3-60-g2f50