From b4446e7a7f18590ae73b19e253346d2ee5f94960 Mon Sep 17 00:00:00 2001 From: asv Date: Fri, 3 Jun 2005 10:40:31 +0000 Subject: [PATCH] getNewObjectName() is made virtual (as it parent class). --- src/GEOMBase/GEOMBase_Skeleton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2