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.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/spritedef.cpp') diff --git a/src/resources/spritedef.cpp b/src/resources/spritedef.cpp index 1c593fc71..f20bba2a9 100644 --- a/src/resources/spritedef.cpp +++ b/src/resources/spritedef.cpp @@ -128,8 +128,8 @@ void SpriteDef::fixDeadAction() } } -void SpriteDef::substituteAction(const std::string &complete, - const std::string &with) +void SpriteDef::substituteAction(const std::string &restrict complete, + const std::string &restrict with) { FOR_EACH (ActionsConstIter, it, mActions) { -- cgit v1.2.3-60-g2f50