summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp4
1 files changed, 2 insertions, 2 deletions
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)