summaryrefslogtreecommitdiff
path: root/src/gui/palette.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-07-23 03:12:59 +0300
committerAndrei Karas <akaras@inbox.ru>2011-07-23 03:12:59 +0300
commita74191bc53df482ce637ba585016105673add785 (patch)
treeb9278259cb1cf9249117b80baeddaff34f7c0a91 /src/gui/palette.h
parentdb39d0fd0f3487bff91fd727e87546964f0cda69 (diff)
downloadplus-a74191bc53df482ce637ba585016105673add785.tar.gz
plus-a74191bc53df482ce637ba585016105673add785.tar.bz2
plus-a74191bc53df482ce637ba585016105673add785.tar.xz
plus-a74191bc53df482ce637ba585016105673add785.zip
Fix some code style and compilation warnings.
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r--src/gui/palette.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/palette.h b/src/gui/palette.h
index f89b31fca..9409bfc06 100644
--- a/src/gui/palette.h
+++ b/src/gui/palette.h
@@ -158,8 +158,13 @@ class Palette
ColorElem()
{
type = 0;
+ color = 0;
+ testColor = 0;
+ committedColor = 0;
text = "";
ch = 0;
+ grad = STATIC;
+ committedGrad = STATIC;
gradientIndex = 0;
delay = 0;
committedDelay = 0;