From aeb8ca86d1527abab670ab312d9b61611162e094 Mon Sep 17 00:00:00 2001 From: abd Date: Wed, 8 Oct 2008 11:18:17 +0000 Subject: [PATCH] Fix compilation errors on Win32 platform --- src/GUI/NETGENPluginGUI_SimpleCreator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2