Fixed one last error.

This commit is contained in:
Pietro Gagliardi 2016-04-25 10:26:00 -04:00
parent 639a010a56
commit e69010139d
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ _UI_EXTERN void uiDarwinControlSetSuperview(uiDarwinControl *, NSView *);
// TODO document
#define uiDarwinNewControl(type, var) \
var = type(uiDarwinNewControl(sizeof (type), type ## Signature, #type)) \
var = type(uiDarwinNewControl(sizeof (type), type ## Signature, #type)); \
uiControl(var)->Destroy = type ## Destroy; \
uiControl(var)->Handle = type ## Handle; \
uiControl(var)->Parent = type ## Parent; \