]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMImpl/GEOMImpl_IECallBack.hxx
Salome HOME
Fix error in creation information - wrong operation type in case of MakeEdge
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IECallBack.hxx
index 890e879d2ff3a47d1e6bd9d1eabc7f103d5495be..a6c26b7e014aa5973d4fd900a586247daf54b7aa 100644 (file)
@@ -53,12 +53,12 @@ class GEOMImpl_IECallBack
                                      const TCollection_AsciiString& theFormatName,
                                      const TCollection_AsciiString& theParameterName );
 
-  static void Register( const TCollection_AsciiString& theFormatName, GEOMImpl_IECallBack* theCallBack );
+  Standard_EXPORT static void Register( const TCollection_AsciiString& theFormatName, GEOMImpl_IECallBack* theCallBack );
 
   static GEOMImpl_IECallBack* GetCallBack( const TCollection_AsciiString& theFormatName );
 
 protected:
-  GEOMImpl_Gen* GetEngine();
+  Standard_EXPORT GEOMImpl_Gen* GetEngine();
 
 private:
   static std::map<TCollection_AsciiString, GEOMImpl_IECallBack*> myCallBacks;