From 214f4d073de54ed1d7960210b41b1e9d0dc538da Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 15 Oct 2009 20:12:37 +0200 Subject: remove "using namespace" statements from header files "using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases. --- dw/fltkviewport.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dw/fltkviewport.hh') 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 > *gadgets; + lout::container::typed::List > + *gadgets; void adjustScrollbarsAndGadgetsAllocation (); void adjustScrollbarValues (); -- cgit v1.2.3