+ fix operator= typo

This commit is contained in:
artemp 2012-07-12 20:00:02 +01:00
parent 461f5cfe08
commit d828377c7c

View file

@ -61,6 +61,7 @@ public:
width_ = rhs.width_;
height_ = rhs.height_;
data_ = rhs.data_;
return *this;
}
inline unsigned x() const
@ -77,6 +78,7 @@ public:
{
return width_;
}
inline unsigned height() const
{
return height_;