Actually needed named values to avoid warnings.

derp
This commit is contained in:
NathanSweet 2015-02-21 02:51:23 +01:00
parent 0815fad4d6
commit 67a639d12a
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ struct spTimeline {
#ifdef __cplusplus
spTimeline() :
type(0),
type(SP_TIMELINE_SCALE),
vtable(0) {
}
#endif

View File

@ -47,7 +47,7 @@ typedef struct spAttachment {
#ifdef __cplusplus
spAttachment() :
name(0),
type(0),
type(SP_ATTACHMENT_REGION),
vtable(0) {
}
#endif