mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 03:15:59 -04:00
Add missing return
This commit is contained in:
parent
952c2ced0c
commit
c22b50e62e
@ -113,6 +113,7 @@ int Rect::GetH() const {
|
|||||||
|
|
||||||
Rect& Rect::SetH(int nh) {
|
Rect& Rect::SetH(int nh) {
|
||||||
h = nh;
|
h = nh;
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
int Rect::GetX2() const {
|
int Rect::GetX2() const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user