From 927d2d8b9cc9b2b81df744c89b96bffddc4b321c Mon Sep 17 00:00:00 2001 From: abd Date: Tue, 2 Dec 2008 13:14:52 +0000 Subject: [PATCH] Right EXPORT defines for Win32 platform --- src/Style/Style_Model.h | 4 +++- src/Style/Style_ResourceMgr.h | 4 +++- src/Style/Style_Tools.h | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) 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 -- 2.39.2