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/fltkplatform.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'dw/fltkplatform.cc') diff --git a/dw/fltkplatform.cc b/dw/fltkplatform.cc index 3309d5c5..90244c12 100644 --- a/dw/fltkplatform.cc +++ b/dw/fltkplatform.cc @@ -34,6 +34,7 @@ namespace dw { namespace fltk { using namespace ::fltk; +using namespace lout; /** * \todo Distinction between italics and oblique would be nice. -- cgit v1.2.3