]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_ResultConstruction.h
Salome HOME
msvc compile patch
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultConstruction.h
index 117a8090cf97001637076e31ea3ae8f1d78e122d..9f43462469d891c99d4bce7c90dac69c759d902d 100644 (file)
  * Provides a shape that may be displayed in the viewer.
  * Intermediate, light result that in many cases produces a result on the fly.
  */
-class ModelAPI_ResultConstruction : public ModelAPI_Result
+MODELAPI_EXPORT class ModelAPI_ResultConstruction : public ModelAPI_Result
 {
  public:
-  ModelAPI_ResultConstruction();
+  MODELAPI_EXPORT ModelAPI_ResultConstruction();
 
   /// Returns the group identifier of this result
   MODELAPI_EXPORT virtual std::string groupName();