Salome HOME
To implement issue 0019962: MakePipeBiNormalAlongAxis implementation.
[modules/geom.git] / src / GEOM / GEOM_PythonDump.hxx
index 912457e3bdc792e5e60886725ba899971c9bb92f..4e87df1508fb0607c1b6b727c971f5f08b995351 100644 (file)
@@ -55,12 +55,12 @@ namespace GEOM
 
   /*! Returns an object from two given, which has the latest entry
    */
-  Handle(GEOM_Object) GetCreatedLast (const Handle(GEOM_Object)& theObj1,
+  Standard_EXPORT Handle(GEOM_Object) GetCreatedLast (const Handle(GEOM_Object)& theObj1,
                                       const Handle(GEOM_Object)& theObj2);
 
   /*! Returns an object from \a theObjects, which has the latest entry
    */
-  Handle(GEOM_Object) GetCreatedLast (const Handle(TColStd_HSequenceOfTransient)& theObjects);
+  Standard_EXPORT Handle(GEOM_Object) GetCreatedLast (const Handle(TColStd_HSequenceOfTransient)& theObjects);
 }
 
 #endif