Salome HOME
Windows porting
[modules/geom.git] / src / BlocksGUI / BlocksGUI_ExplodeDlg.cxx
index ac63e413521d8ab4cc92673b37aa4b2948460fc0..9ebdd93eccaca6923b2441c292d5ab7c6e9c84fa 100644 (file)
@@ -494,3 +494,12 @@ GEOM::GEOM_Object_ptr BlocksGUI_ExplodeDlg::getFather (GEOM::GEOM_Object_ptr)
 {
   return myObject;
 }
+
+//================================================================
+// Function : getNewObjectName
+// Purpose  : Redefine this method to return proper name for a new object
+//================================================================
+const char* BlocksGUI_ExplodeDlg::getNewObjectName() const
+{
+  return "";
+}