From 491fc56a589713347f56ab0abd388945671142a3 Mon Sep 17 00:00:00 2001 From: abd Date: Thu, 16 Mar 2006 09:21:39 +0000 Subject: [PATCH] Export Symbols for GEOM --- src/LightApp/LightApp_Displayer.h | 4 +++- src/LightApp/LightApp_Module.h | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2