From 12df0f855222ca87e3aca8a486fb3182d7147dea Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 26 Feb 2009 14:58:36 +0000 Subject: [PATCH] Portability windows --- src/GEOM/GEOM_Engine.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.2