]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_Tools.h
Salome HOME
Issue #608: Usage of OCCT in interface -- Wrap classes by SWIG
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Tools.h
index 3524e188e933547ac7db8acb7e060287c1a23702..f53385c816d84c4653a99b93ba55cd227063a701 100644 (file)
@@ -27,11 +27,11 @@ public:
   /**
    * Returns an extension of theFileName
    */
-  static std::string extension(const std::string& theFileName);
+  GEOMALGOAPI_EXPORT static std::string extension(const std::string& theFileName);
   /**
    * Returns a name of theFileName
    */
-  static std::string name(const std::string& theFileName);
+  GEOMALGOAPI_EXPORT static std::string name(const std::string& theFileName);
 };
 
 } // GeomAlgoAPI_Tools