Salome HOME
Win32 compatibility.
[modules/geom.git] / src / GEOM / GEOM_Engine.hxx
index 67e2dfe307d5418de0503bfa9ea4893b8139dbd1..174ad0c90de488d311581b30d28d74d1cc89d668 100644 (file)
@@ -180,9 +180,9 @@ class GEOM_Engine
                                    const TCollection_AsciiString&            anEntry,
                                    Resource_DataMapOfAsciiStringAsciiString& aNameToEntry);
 
-  void DocumentModified(const int theDocId, const bool isModified);
+  Standard_EXPORT void DocumentModified(const int theDocId, const bool isModified);
   
-  bool DocumentModified(const int theDocId);
+  Standard_EXPORT bool DocumentModified(const int theDocId);
 
  protected:
   Standard_EXPORT static void SetEngine(GEOM_Engine* theEngine);