diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-20 16:39:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-20 16:39:35 +0300 |
commit | 9753cdbb33468148e1f690d67cb631d661e62027 (patch) | |
tree | 96c073cc948e9d8483676171a2fe1cb274fed0a4 /src/resources/dye.cpp | |
parent | ab9405f511303d490a8f966d1c1abe7f94bf0633 (diff) | |
download | plus-9753cdbb33468148e1f690d67cb631d661e62027.tar.gz plus-9753cdbb33468148e1f690d67cb631d661e62027.tar.bz2 plus-9753cdbb33468148e1f690d67cb631d661e62027.tar.xz plus-9753cdbb33468148e1f690d67cb631d661e62027.zip |
fix style in resources directory.
Diffstat (limited to 'src/resources/dye.cpp')
-rw-r--r-- | src/resources/dye.cpp | 4 |
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) |