From: abd Date: Tue, 2 Dec 2008 13:14:52 +0000 (+0000) Subject: Right EXPORT defines for Win32 platform X-Git-Tag: PARAVIS_TEST~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=927d2d8b9cc9b2b81df744c89b96bffddc4b321c;p=modules%2Fgui.git Right EXPORT defines for Win32 platform --- diff --git a/src/Style/Style_Model.h b/src/Style/Style_Model.h index c1d6c8d74..426331b25 100644 --- a/src/Style/Style_Model.h +++ b/src/Style/Style_Model.h @@ -23,6 +23,8 @@ #ifndef STYLE_MODEL_H #define STYLE_MODEL_H +#include "Style.h" + #include #include #include @@ -35,7 +37,7 @@ class QtxResourceMgr; // This class is private for Style package. // Normally it should not be exported. // -class Style_Model +class STYLE_SALOME_EXPORT Style_Model { public: //! Color palette instance enumeration diff --git a/src/Style/Style_ResourceMgr.h b/src/Style/Style_ResourceMgr.h index 29b34a542..7182f95ef 100644 --- a/src/Style/Style_ResourceMgr.h +++ b/src/Style/Style_ResourceMgr.h @@ -23,13 +23,15 @@ #ifndef STYLE_RESOURCEMGR_H #define STYLE_RESOURCEMGR_H +#include "Style.h" + #include // // This class is private for Style package. // Normally it should not be exported. // -class Style_ResourceMgr : public QtxResourceMgr +class STYLE_SALOME_EXPORT Style_ResourceMgr : public QtxResourceMgr { public: //! Style type diff --git a/src/Style/Style_Tools.h b/src/Style/Style_Tools.h index 841ebdb33..460260987 100644 --- a/src/Style/Style_Tools.h +++ b/src/Style/Style_Tools.h @@ -23,6 +23,8 @@ #ifndef STYLE_TOOLS_H #define STYLE_TOOLS_H +#include "Style.h" + #include #include #include @@ -32,7 +34,7 @@ // This class is private for Style package. // Normally it should not be exported. // -class Style_Tools +class STYLE_SALOME_EXPORT Style_Tools { public: //! Rounding operation type