From b013dccdcde658b8e73818ba93988a53d4e1d7ac Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Dec 2013 18:51:50 +0300 Subject: add restrict into being. --- src/being/being.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/being/being.cpp') diff --git a/src/being/being.cpp b/src/being/being.cpp index dab5227ba..ba2108402 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -2856,8 +2856,8 @@ std::string Being::loadComment(const std::string &name, const int type) return ""; } -void Being::saveComment(const std::string &name, - const std::string &comment, const int type) +void Being::saveComment(const std::string &restrict name, + const std::string &restrict comment, const int type) { std::string dir; switch (type) -- cgit v1.2.3-70-g09d2