Fixed a typo in ui.idl.

This commit is contained in:
Pietro Gagliardi 2015-05-04 00:50:10 -04:00
parent dfbc8d439e
commit d237449060
1 changed files with 1 additions and 1 deletions

2
ui.idl
View File

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