From 5b3bc263e08ed8cea0e6425e981ab474db6627b0 Mon Sep 17 00:00:00 2001 From: env Date: Wed, 13 Jul 2005 07:11:04 +0000 Subject: [PATCH] ENV: Windows porting. --- src/OBJECT/SALOME_GLOwner.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/OBJECT/SALOME_GLOwner.h b/src/OBJECT/SALOME_GLOwner.h index e541f23f0..b13033fdc 100644 --- a/src/OBJECT/SALOME_GLOwner.h +++ b/src/OBJECT/SALOME_GLOwner.h @@ -4,8 +4,9 @@ #include //#include #include +#include -class GLVIEWER_API SALOME_GLOwner : public GLViewer_Owner +class SALOME_OBJECT_EXPORT SALOME_GLOwner : public GLViewer_Owner { public: SALOME_GLOwner( const char* ); -- 2.39.2