Ctor for C++.

This commit is contained in:
NathanSweet 2013-04-26 00:20:14 +02:00
parent 3f12e00aa6
commit 66309c203c

View File

@ -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);