diff options
Diffstat (limited to 'dw/fltkviewport.hh')
-rw-r--r-- | dw/fltkviewport.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/fltkviewport.hh b/dw/fltkviewport.hh index 38f9310d..1e7f54f6 100644 --- a/dw/fltkviewport.hh +++ b/dw/fltkviewport.hh @@ -26,7 +26,8 @@ private: ::fltk::Scrollbar *vscrollbar, *hscrollbar; GadgetOrientation gadgetOrientation[4]; - container::typed::List <object::TypedPointer < ::fltk::Widget> > *gadgets; + lout::container::typed::List <lout::object::TypedPointer < ::fltk::Widget> > + *gadgets; void adjustScrollbarsAndGadgetsAllocation (); void adjustScrollbarValues (); |