summaryrefslogtreecommitdiff
path: root/src/resources/dye/dyepalette.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-13 01:33:11 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-13 01:33:11 +0300
commitb842de88ed73ef8df2615014ad2984b136fa4238 (patch)
tree99b16ea96c7cb196fd143e8f14ecba893834a0d5 /src/resources/dye/dyepalette.h
parent99208e8f8aba695a6fb0e4ed9f5c51108dd539f4 (diff)
downloadmv-b842de88ed73ef8df2615014ad2984b136fa4238.tar.gz
mv-b842de88ed73ef8df2615014ad2984b136fa4238.tar.bz2
mv-b842de88ed73ef8df2615014ad2984b136fa4238.tar.xz
mv-b842de88ed73ef8df2615014ad2984b136fa4238.zip
Fix compilation warnings.
Diffstat (limited to 'src/resources/dye/dyepalette.h')
-rw-r--r--src/resources/dye/dyepalette.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/dye/dyepalette.h b/src/resources/dye/dyepalette.h
index d405aaae1..9796f40c5 100644
--- a/src/resources/dye/dyepalette.h
+++ b/src/resources/dye/dyepalette.h
@@ -87,7 +87,7 @@ class DyePalette final
A_CONST A_WARN_UNUSED;
static void hexToColor(const std::string &hexStr,
- const int blockSize,
+ const uint8_t blockSize,
DyeColor &color);
#ifndef UNITTESTS