Salome HOME
fix compilation problem on mandriva2007
authordmv <dmv@opencascade.com>
Thu, 27 Dec 2007 10:24:53 +0000 (10:24 +0000)
committerdmv <dmv@opencascade.com>
Thu, 27 Dec 2007 10:24:53 +0000 (10:24 +0000)
src/GEOMBase/GEOMBase_Helper.h

index 211a0070fe1ebb1e1759bdf80ebe5aac8cdf0fed..42bf88b429931d7151bf9527a69205128160fbea 100755 (executable)
@@ -185,7 +185,7 @@ protected:
   virtual const char* getNewObjectName() const; 
   virtual void addSubshapesToStudy();
 
-  GEOM::GEOM_Object_ptr GEOMBase_Helper::findObjectInFather( GEOM::GEOM_Object_ptr theFather, const char* theName );
+  GEOM::GEOM_Object_ptr findObjectInFather( GEOM::GEOM_Object_ptr theFather, const char* theName );
   //This Metod to find SubObject in theFather Object by Name (theName)
 
   void addSubshapesToFather( QMap<QString, GEOM::GEOM_Object_var>& theMap );