mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-05 23:05:01 +08:00
Ctor for C++.
This commit is contained in:
parent
3f12e00aa6
commit
66309c203c
@ -40,6 +40,9 @@ struct AttachmentLoader {
|
||||
const char* error2;
|
||||
|
||||
const void* const vtable;
|
||||
#ifdef __cplusplus
|
||||
AttachmentLoader () : error1(0), error2(0), vtable(0) {}
|
||||
#endif
|
||||
};
|
||||
|
||||
void AttachmentLoader_dispose (AttachmentLoader* self);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user