More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-06-29 20:41:41 -04:00
parent 3acc1ed917
commit 1860f6a731
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ struct radiobuttons {
uiDefineControlType(uiRadioButtons, uiTypeRadioButtons, struct radiobuttons)
// TODO note that the handle of a uiRadioButtons is undefined
// TODO note that the handle of a uiRadioButtons is undefined (or at least highly platform-dependent and unreliable)
static uintptr_t radiobuttonsHandle(uiControl *c)
{
struct radiobuttons *r = (struct radiobuttons *) c;