diff options
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r-- | dw/fltkui.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh index 7b9d6d71..074a6166 100644 --- a/dw/fltkui.hh +++ b/dw/fltkui.hh @@ -490,7 +490,7 @@ protected: private: static void widgetCallback (Fl_Widget *widget, void *data); - void *newItem (const char *str, bool enabled); + void *newItem (const char *str, bool enabled, bool selected); void *currParent; lout::misc::SimpleVector <bool> itemsSelected; int showRows; |