From: abd Date: Wed, 8 Oct 2008 11:18:17 +0000 (+0000) Subject: Fix compilation errors on Win32 platform X-Git-Tag: RELIQUAT_4x_25102008~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=aeb8ca86d1527abab670ab312d9b61611162e094;p=plugins%2Fnetgenplugin.git Fix compilation errors on Win32 platform --- diff --git a/src/GUI/NETGENPluginGUI_SimpleCreator.h b/src/GUI/NETGENPluginGUI_SimpleCreator.h index 483bb4e..5a60634 100644 --- a/src/GUI/NETGENPluginGUI_SimpleCreator.h +++ b/src/GUI/NETGENPluginGUI_SimpleCreator.h @@ -25,7 +25,7 @@ #define NETGENPluginGUI_SimpleCreator_H // SMESH includes -#include "NETGENPlugin_Defs.hxx" +//#include "NETGENPlugin_Defs.hxx" #include class QCheckBox; @@ -34,7 +34,7 @@ class QRadioButton; class QtxIntSpinBox; class SMESHGUI_SpinBox; -class NETGENPLUGIN_EXPORT NETGENPluginGUI_SimpleCreator : public SMESHGUI_GenericHypothesisCreator +class NETGENPluginGUI_SimpleCreator : public SMESHGUI_GenericHypothesisCreator { Q_OBJECT