Avoid compilation warning

wilder-portage
Jekyll Wu 14 years ago
parent 846c321ebb
commit 089a697521
  1. 4
      src/ColorScheme.h

@ -209,7 +209,7 @@ private:
QString _description;
QString _name;
qreal _opacity;
ColorEntry* _table; // pointer to custom color table or 0 if the default
// color scheme is being used
@ -219,6 +219,8 @@ private:
// if no colors in the color scheme support
// randomization
qreal _opacity;
ColorSchemeWallpaper::Ptr _wallpaper;
static const char* const colorNames[TABLE_COLORS];

Loading…
Cancel
Save