diff options
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r-- | dw/fltkui.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh index 074a6166..daddfb78 100644 --- a/dw/fltkui.hh +++ b/dw/fltkui.hh @@ -402,7 +402,8 @@ private: public: Group (FltkRadioButtonResource *radioButtonResource); - inline lout::container::typed::Iterator <FltkRadioButtonResource> iterator () + inline lout::container::typed::Iterator <FltkRadioButtonResource> + iterator () { return list->iterator (); } |