From fa5a40f774cd408cbb2fb4af0e5b93ee5d2be3e9 Mon Sep 17 00:00:00 2001 From: szy Date: Fri, 26 Aug 2005 05:29:57 +0000 Subject: [PATCH] *** empty log message *** --- src/BooleanGUI/BooleanGUI.cxx | 4 +++- src/BooleanGUI/BooleanGUI_Dialog.cxx | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.2