diff --git a/include/mapnik/color.hpp b/include/mapnik/color.hpp index 524ca93d7..660abe15e 100644 --- a/include/mapnik/color.hpp +++ b/include/mapnik/color.hpp @@ -167,6 +167,7 @@ private: std::swap(green_,rhs.green_); std::swap(blue_,rhs.blue_); std::swap(alpha_,rhs.alpha_); + std::swap(premultiplied_, rhs.premultiplied_); } };