summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/freetype/src/gzip/infutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/freetype/src/gzip/infutil.h')
-rw-r--r--src/3rdparty/freetype/src/gzip/infutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/freetype/src/gzip/infutil.h b/src/3rdparty/freetype/src/gzip/infutil.h
index 7174b6dd0f..cdf18b4f90 100644
--- a/src/3rdparty/freetype/src/gzip/infutil.h
+++ b/src/3rdparty/freetype/src/gzip/infutil.h
@@ -86,7 +86,7 @@ struct inflate_blocks_state {
/* masks for lower bits (size given to avoid silly warnings with Visual C++) */
#ifndef NO_INFLATE_MASK
-local uInt inflate_mask[17];
+local const uInt inflate_mask[17];
#endif
/* copy as much as possible from the sliding window to the output area */