summaryrefslogtreecommitdiff
path: root/src/resources/db/chardb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/chardb.cpp')
-rw-r--r--src/resources/db/chardb.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/db/chardb.cpp b/src/resources/db/chardb.cpp
index 1c2e0ec82..f97dd9b3b 100644
--- a/src/resources/db/chardb.cpp
+++ b/src/resources/db/chardb.cpp
@@ -91,7 +91,8 @@ void CharDB::load()
}
void CharDB::loadMinMax(const XmlNodePtr node,
- unsigned *const min, unsigned *const max)
+ unsigned *restrict const min,
+ unsigned *restrict const max)
{
*min = XML::getProperty(node, "min", 1);
*max = XML::getProperty(node, "max", 10);