Fixed one last error.
This commit is contained in:
parent
639a010a56
commit
e69010139d
|
@ -119,7 +119,7 @@ _UI_EXTERN void uiDarwinControlSetSuperview(uiDarwinControl *, NSView *);
|
||||||
|
|
||||||
// TODO document
|
// TODO document
|
||||||
#define uiDarwinNewControl(type, var) \
|
#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)->Destroy = type ## Destroy; \
|
||||||
uiControl(var)->Handle = type ## Handle; \
|
uiControl(var)->Handle = type ## Handle; \
|
||||||
uiControl(var)->Parent = type ## Parent; \
|
uiControl(var)->Parent = type ## Parent; \
|
||||||
|
|
Loading…
Reference in New Issue