diff options
Diffstat (limited to 'src/resources/dye/dyepalette.h')
-rw-r--r-- | src/resources/dye/dyepalette.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/dye/dyepalette.h b/src/resources/dye/dyepalette.h index 33d16fa50..1269d1511 100644 --- a/src/resources/dye/dyepalette.h +++ b/src/resources/dye/dyepalette.h @@ -79,7 +79,8 @@ class DyePalette final void replaceAOGLColor(uint32_t *restrict pixels, const int bufSize) const; - static unsigned int hexDecode(const signed char c) A_WARN_UNUSED; + static unsigned int hexDecode(const signed char c) + A_CONST A_WARN_UNUSED; private: std::vector<DyeColor> mColors; |