+ fix operator= typo
This commit is contained in:
parent
461f5cfe08
commit
d828377c7c
1 changed files with 2 additions and 0 deletions
|
@ -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_;
|
||||
|
|
Loading…
Add table
Reference in a new issue