Added uiControlSetParent() to allcalls.h.

This commit is contained in:
Pietro Gagliardi 2019-06-16 21:28:16 -04:00
parent a907353c9c
commit 6b161efed7
1 changed files with 1 additions and 0 deletions

View File

@ -23,5 +23,6 @@ allcallsCase(uiCheckControlType, NULL, 0)
allcallsCase(uiNewControl, 0, NULL)
allcallsCase(uiControlFree, NULL)
allcallsCase(uiControlSetParent, NULL, NULL)
allcallsCase(uiControlImplData, NULL)
allcallsCase(uiControlOnFree, /* no arguments */)