diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-18 01:08:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-18 01:08:13 +0300 |
commit | 3d5c3d9618096e1a5995d7df2bd3e4098b3c5bd4 (patch) | |
tree | 94493c6bc48de98a9610333293808f39c1b68ba1 /src/resources/db/chardb.h | |
parent | 10519e881b3635b7189cd4831fdd70c4806b240c (diff) | |
download | plus-3d5c3d9618096e1a5995d7df2bd3e4098b3c5bd4.tar.gz plus-3d5c3d9618096e1a5995d7df2bd3e4098b3c5bd4.tar.bz2 plus-3d5c3d9618096e1a5995d7df2bd3e4098b3c5bd4.tar.xz plus-3d5c3d9618096e1a5995d7df2bd3e4098b3c5bd4.zip |
add restrict into chardb.
Diffstat (limited to 'src/resources/db/chardb.h')
-rw-r--r-- | src/resources/db/chardb.h | 3 |
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; |