mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[cpp] Fix unused-as-error in new Extension::_beforeFree.
This commit is contained in:
parent
47873c041b
commit
c55b20d4fa
@ -88,7 +88,7 @@ public:
|
||||
|
||||
virtual char *_readFile(const String &path, int *length) = 0;
|
||||
|
||||
virtual void _beforeFree(void *ptr) {}
|
||||
virtual void _beforeFree(void *ptr) { SP_UNUSED(ptr); }
|
||||
|
||||
protected:
|
||||
SpineExtension();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user