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. --- src/html.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/html.cc') diff --git a/src/html.cc b/src/html.cc index 8c1a9519..51ac1543 100644 --- a/src/html.cc +++ b/src/html.cc @@ -58,6 +58,7 @@ /*----------------------------------------------------------------------------- * Name spaces *---------------------------------------------------------------------------*/ +using namespace lout; using namespace dw; using namespace dw::core; using namespace dw::core::ui; -- cgit v1.2.3