From: abd Date: Thu, 16 Mar 2006 09:21:39 +0000 (+0000) Subject: Export Symbols for GEOM X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~88 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=491fc56a589713347f56ab0abd388945671142a3;p=modules%2Fgui.git Export Symbols for GEOM --- diff --git a/src/LightApp/LightApp_Displayer.h b/src/LightApp/LightApp_Displayer.h index f0896eb8f..aef78d214 100644 --- a/src/LightApp/LightApp_Displayer.h +++ b/src/LightApp/LightApp_Displayer.h @@ -20,11 +20,13 @@ #ifndef LIGHTAPP_DISPLAYER_HEADER #define LIGHTAPP_DISPLAYER_HEADER +#include "LightApp.h" + #include class QString; -class LightApp_Displayer : public SALOME_Displayer +class LIGHTAPP_EXPORT LightApp_Displayer : public SALOME_Displayer { public: LightApp_Displayer(); diff --git a/src/LightApp/LightApp_Module.h b/src/LightApp/LightApp_Module.h index 2df7aab61..8c4c3034c 100644 --- a/src/LightApp/LightApp_Module.h +++ b/src/LightApp/LightApp_Module.h @@ -6,6 +6,8 @@ #ifndef LIGHTAPP_MODULE_H #define LIGHTAPP_MODULE_H +#pragma warning( disable : 4251 ) + #include "LightApp.h" #include @@ -119,4 +121,6 @@ protected: int myDisplay, myErase, myDisplayOnly, myEraseAll; }; +#pragma warning( default : 4251 ) + #endif