c++ mapnik style
This commit is contained in:
parent
4f3521ac24
commit
5e2a53bac9
1 changed files with 2 additions and 1 deletions
|
@ -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_),
|
||||
|
|
Loading…
Reference in a new issue