From 3b39c7cd48060fcd52b4dece770684321565a893 Mon Sep 17 00:00:00 2001 From: rkv Date: Thu, 19 Oct 2006 08:33:11 +0000 Subject: [PATCH] RKV: added Standard_EXPORT to the class definition. Included Standard_Macro.hxx. --- src/LightApp/LightApp_Displayer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/LightApp/LightApp_Displayer.h b/src/LightApp/LightApp_Displayer.h index f0896eb8f..8b973616d 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 // RKV #include class QString; -class LightApp_Displayer : public SALOME_Displayer +// RKV : class LightApp_Displayer : public SALOME_Displayer +class Standard_EXPORT LightApp_Displayer : public SALOME_Displayer { public: LightApp_Displayer(); -- 2.39.2