mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 07:48:58 +00:00
WINTERMUTE: Fix compilation
This commit is contained in:
parent
5f6c79db03
commit
04c0b7360c
@ -48,7 +48,7 @@ public:
|
||||
BaseObject *_mainObject;
|
||||
BaseViewport(BaseGame *inGame = nullptr);
|
||||
virtual ~BaseViewport();
|
||||
virtual Common::String debuggerToString() const override;
|
||||
virtual Common::String debuggerToString() const;
|
||||
private:
|
||||
Rect32 _rect;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user