diff options
Diffstat (limited to 'src/resources/dye/dyepalette.h')
-rw-r--r-- | src/resources/dye/dyepalette.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/dye/dyepalette.h b/src/resources/dye/dyepalette.h index f7258b4ec..5f71180de 100644 --- a/src/resources/dye/dyepalette.h +++ b/src/resources/dye/dyepalette.h @@ -84,11 +84,11 @@ class DyePalette final const int bufSize) const restrict2; static unsigned int hexDecode(const signed char c) - A_CONST A_WARN_UNUSED; + noexcept2 A_CONST A_WARN_UNUSED; - static void hexToColor(const std::string &hexStr, + static void hexToColor(const std::string &restrict hexStr, const uint8_t blockSize, - DyeColor &color); + DyeColor &color) noexcept2; #ifndef UNITTESTS private: |