mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 10:17:22 +00:00
SHERLOCK: Fix the definition of Surface's destructor
This commit is contained in:
parent
01ed05f295
commit
9114ca839d
@ -41,7 +41,7 @@ protected:
|
||||
public:
|
||||
Surface(uint16 width, uint16 height);
|
||||
Surface();
|
||||
~Surface();
|
||||
virtual ~Surface();
|
||||
|
||||
void create(uint16 width, uint16 height);
|
||||
void blitFrom(const Graphics::Surface &src);
|
||||
|
Loading…
x
Reference in New Issue
Block a user