diff --git a/include/mapnik/image_data.hpp b/include/mapnik/image_data.hpp index 140b77a92..7f9b8aa27 100644 --- a/include/mapnik/image_data.hpp +++ b/include/mapnik/image_data.hpp @@ -109,7 +109,7 @@ public: {} image_data(image_data && rhs) noexcept - : width_(std::move(rhs.width_)), + : width_(std::move(rhs.width_)), height_(std::move(rhs.height_)), buffer_(std::move(rhs.buffer_)), pData_(reinterpret_cast(buffer_.data()))