Fixed a typo in ui.idl.
This commit is contained in:
parent
dfbc8d439e
commit
d237449060
2
ui.idl
2
ui.idl
|
@ -31,7 +31,7 @@ struct Sizing {
|
||||||
field sys *uiSizingSys;
|
field sys *uiSizingSys;
|
||||||
};
|
};
|
||||||
|
|
||||||
raw "typedef struct uiControlSysFuncParams uiControlSysFuncParams";
|
raw "typedef struct uiControlSysFuncParams uiControlSysFuncParams;";
|
||||||
|
|
||||||
interface Control {
|
interface Control {
|
||||||
field Internal *void; // for use by ui only
|
field Internal *void; // for use by ui only
|
||||||
|
|
Loading…
Reference in New Issue