X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBlocksGUI%2FBlocksGUI_ExplodeDlg.cxx;h=9ebdd93eccaca6923b2441c292d5ab7c6e9c84fa;hb=c26d1e41d391256ac8175fe3ca7f28409b6f6030;hp=ac63e413521d8ab4cc92673b37aa4b2948460fc0;hpb=732211808796539fcf1de34e06038e7fb015ece9;p=modules%2Fgeom.git diff --git a/src/BlocksGUI/BlocksGUI_ExplodeDlg.cxx b/src/BlocksGUI/BlocksGUI_ExplodeDlg.cxx index ac63e4135..9ebdd93ec 100644 --- a/src/BlocksGUI/BlocksGUI_ExplodeDlg.cxx +++ b/src/BlocksGUI/BlocksGUI_ExplodeDlg.cxx @@ -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 ""; +}