Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/gui.git] / src / LightApp / LightApp_Displayer.h
index 3f65e7bcae7a2048a6ed5196ba5348658ae04537..5b4318965931b21d727f29949daa60a5ec25b43b 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef LIGHTAPP_DISPLAYER_HEADER
 #define LIGHTAPP_DISPLAYER_HEADER
 
+#include "LightApp.h"
+
 #include <SALOME_Prs.h>
 
 class QString;
@@ -29,7 +31,7 @@ class QString;
   Uniform mechanism of display/erase of objects in different views.
   Objects are specified by string entry
 */
-class LightApp_Displayer : public SALOME_Displayer
+class LIGHTAPP_EXPORT LightApp_Displayer : public SALOME_Displayer
 {
 public:
   LightApp_Displayer();