From: apo Date: Fri, 20 Jan 2006 15:55:28 +0000 (+0000) Subject: To avoid compilation problem - remove using namespace from header file X-Git-Tag: mergeto_trunk_07Feb06~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5ae54c0d9e2b8ebefc1d17932ad3f4f30eb43023;p=modules%2Fsuperv.git To avoid compilation problem - remove using namespace from header file --- diff --git a/src/SUPERVGUI/SUPERVGUI_Selection.h b/src/SUPERVGUI/SUPERVGUI_Selection.h index 74f9716..c08c5ad 100644 --- a/src/SUPERVGUI/SUPERVGUI_Selection.h +++ b/src/SUPERVGUI/SUPERVGUI_Selection.h @@ -34,7 +34,6 @@ #include "SALOMEDSClient.hxx" #include -using namespace boost; class SALOME_InteractiveObject;