Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_PatternUtils.cxx
index e552b9d7d0bccd654abf50dce21747cebcdb726a..9a63ae39a09d0c2427582490ddbc18543bfd2241 100644 (file)
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 
 
 #include "SMESHGUI_PatternUtils.h"
-#include "SMESHGUI_SMESHGenUtils.h"
 
+#include "SMESHGUI.h"
 
-namespace SMESH{
+namespace SMESH {
 
   SMESH::SMESH_Pattern_var GetPattern()
   {
-    return GetSMESHGen()->GetPattern();
+    return SMESHGUI::GetSMESHGen()->GetPattern();
   }
-
 }