mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 20:21:06 +00:00
Fixed GCC warning.
svn-id: r35487
This commit is contained in:
parent
38f7fa6f4a
commit
3e0b81a99e
@ -130,7 +130,7 @@ struct MetaResource {
|
||||
class Resource {
|
||||
public:
|
||||
Resource(SagaEngine *vm);
|
||||
~Resource();
|
||||
virtual ~Resource();
|
||||
bool createContexts();
|
||||
void clearContexts();
|
||||
void loadResource(ResourceContext *context, uint32 resourceId, byte*&resourceBuffer, size_t &resourceSize);
|
||||
|
Loading…
x
Reference in New Issue
Block a user