mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-07 17:22:02 +00:00
TITANIC: Fix compilation failure in C++11 mode
This commit is contained in:
parent
87285ef609
commit
6c40ceded1
@ -42,7 +42,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Returns the top/left corner of the rect as a point
|
* Returns the top/left corner of the rect as a point
|
||||||
*/
|
*/
|
||||||
operator const Point() { return Point(left, top); }
|
operator Point() { return Point(left, top); }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Clear the rect
|
* Clear the rect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user