From: szy Date: Fri, 26 Aug 2005 05:29:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: T_3_0_2a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fa5a40f774cd408cbb2fb4af0e5b93ee5d2be3e9;p=modules%2Fgeom.git *** empty log message *** --- diff --git a/src/BooleanGUI/BooleanGUI.cxx b/src/BooleanGUI/BooleanGUI.cxx index 98df1e213..e233311b2 100644 --- a/src/BooleanGUI/BooleanGUI.cxx +++ b/src/BooleanGUI/BooleanGUI.cxx @@ -26,7 +26,7 @@ // Module : GEOM // $Header$ -using namespace std; + #include "BooleanGUI.h" #include "SUIT_Desktop.h" @@ -34,6 +34,8 @@ using namespace std; #include "GeometryGUI.h" +using namespace std; + BooleanGUI* BooleanGUI::myGUIObject = 0; //======================================================================= diff --git a/src/BooleanGUI/BooleanGUI_Dialog.cxx b/src/BooleanGUI/BooleanGUI_Dialog.cxx index 7944e5116..a50f0881c 100644 --- a/src/BooleanGUI/BooleanGUI_Dialog.cxx +++ b/src/BooleanGUI/BooleanGUI_Dialog.cxx @@ -26,7 +26,6 @@ // Module : GEOM // $Header$ -using namespace std; #include "BooleanGUI_Dialog.h" #include "BooleanGUI.h" #include "DlgRef_2Sel_QTD.h" @@ -37,6 +36,8 @@ using namespace std; #include +using namespace std; + //================================================================================= // class : BooleanGUI_Dialog() // purpose : Constructs a BooleanGUI_Dialog which is a child of 'parent', with the