summaryrefslogtreecommitdiff
path: root/src/resources/db/chardb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/chardb.h')
-rw-r--r--src/resources/db/chardb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/db/chardb.h b/src/resources/db/chardb.h
index ea51e7358..8edefe8a1 100644
--- a/src/resources/db/chardb.h
+++ b/src/resources/db/chardb.h
@@ -42,7 +42,8 @@ namespace CharDB
void unload();
void loadMinMax(const XmlNodePtr node,
- unsigned *const min, unsigned *const max);
+ unsigned *restrict const min,
+ unsigned *restrict const max);
unsigned getMinHairColor() A_WARN_UNUSED;