summaryrefslogtreecommitdiff
path: root/src/resources/dye.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-20 16:39:35 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-20 16:39:35 +0300
commit9753cdbb33468148e1f690d67cb631d661e62027 (patch)
tree96c073cc948e9d8483676171a2fe1cb274fed0a4 /src/resources/dye.cpp
parentab9405f511303d490a8f966d1c1abe7f94bf0633 (diff)
downloadmv-9753cdbb33468148e1f690d67cb631d661e62027.tar.gz
mv-9753cdbb33468148e1f690d67cb631d661e62027.tar.bz2
mv-9753cdbb33468148e1f690d67cb631d661e62027.tar.xz
mv-9753cdbb33468148e1f690d67cb631d661e62027.zip
fix style in resources directory.
Diffstat (limited to 'src/resources/dye.cpp')
-rw-r--r--src/resources/dye.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resources/dye.cpp b/src/resources/dye.cpp
index bfe9145bc..960ac36ae 100644
--- a/src/resources/dye.cpp
+++ b/src/resources/dye.cpp
@@ -29,7 +29,9 @@
#include "debug.h"
-DyePalette::DyePalette(const std::string &description, const int8_t blockSize)
+DyePalette::DyePalette(const std::string &description,
+ const int8_t blockSize) :
+ mColors()
{
const int size = static_cast<int>(description.length());
if (size == 0)