diff --git a/include/mapnik/color.hpp b/include/mapnik/color.hpp index 1f8b0aa40..fc040c9a4 100644 --- a/include/mapnik/color.hpp +++ b/include/mapnik/color.hpp @@ -36,16 +36,15 @@ namespace mapnik { -class MAPNIK_DECL color - : boost::equality_comparable +class MAPNIK_DECL color : boost::equality_comparable { -private: +public: std::uint8_t red_; std::uint8_t green_; std::uint8_t blue_; std::uint8_t alpha_; bool premultiplied_; -public: + // default ctor color() : red_(0xff),