From: asv Date: Fri, 3 Jun 2005 10:40:31 +0000 (+0000) Subject: getNewObjectName() is made virtual (as it parent class). X-Git-Tag: T3_0_0_a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b4446e7a7f18590ae73b19e253346d2ee5f94960;p=modules%2Fgeom.git getNewObjectName() is made virtual (as it parent class). --- diff --git a/src/GEOMBase/GEOMBase_Skeleton.h b/src/GEOMBase/GEOMBase_Skeleton.h index 450dc6079..a6ca50f01 100644 --- a/src/GEOMBase/GEOMBase_Skeleton.h +++ b/src/GEOMBase/GEOMBase_Skeleton.h @@ -58,7 +58,7 @@ protected: void closeEvent(QCloseEvent* e); void initName( const char* thePrefix = 0 ); // initialize "Name" field with a string "thePrefix_X" (Vertex_3) - const char* getNewObjectName() const; // returns contents of "Name" field + virtual const char* getNewObjectName() const; // returns contents of "Name" field int getConstructorId() const; // returns id of a selected "constructor" radio button or '-1' in case of error virtual SUIT_Desktop* getDesktop() const;