Add missing return

This commit is contained in:
Dmitry Marakasov 2015-01-19 01:08:27 +03:00
parent 952c2ced0c
commit c22b50e62e

View File

@ -113,6 +113,7 @@ int Rect::GetH() const {
Rect& Rect::SetH(int nh) {
h = nh;
return *this;
}
int Rect::GetX2() const {