From: adam Date: Thu, 26 Feb 2009 14:58:36 +0000 (+0000) Subject: Portability windows X-Git-Tag: V5_1_1a2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=12df0f855222ca87e3aca8a486fb3182d7147dea;p=modules%2Fgeom.git Portability windows --- diff --git a/src/GEOM/GEOM_Engine.hxx b/src/GEOM/GEOM_Engine.hxx index a9951b26c..5a45bdc93 100644 --- a/src/GEOM/GEOM_Engine.hxx +++ b/src/GEOM/GEOM_Engine.hxx @@ -51,13 +51,13 @@ typedef std::vector TAllStates; class ObjectStates { public: - ObjectStates(); + Standard_EXPORT ObjectStates(); ~ObjectStates(); TAllStates GetAllStates() const { return _states; } TState GetCurrectState() const; - void AddState(const TState &theState); + Standard_EXPORT void AddState(const TState &theState); void IncrementState(); private: