c++ mapnik style

This commit is contained in:
artemp 2014-11-20 14:35:50 +01:00
parent 4f3521ac24
commit 5e2a53bac9

View file

@ -45,7 +45,8 @@ image_32::image_32(int width,int height)
painted_(false),
premultiplied_(false) {}
image_32::image_32(const image_32& rhs)
image_32::image_32(image_32 const& rhs)
:width_(rhs.width_),
height_(rhs.height_),
data_(rhs.data_),