SHERLOCK: Fix the definition of Surface's destructor

This commit is contained in:
Strangerke 2015-05-08 07:08:46 +02:00
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);