]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
Fix compilation errors on Win32 platform
authorabd <abd@opencascade.com>
Wed, 8 Oct 2008 11:18:17 +0000 (11:18 +0000)
committerabd <abd@opencascade.com>
Wed, 8 Oct 2008 11:18:17 +0000 (11:18 +0000)
src/GUI/NETGENPluginGUI_SimpleCreator.h

index 483bb4ee41e8dbafc1f5c8b67581514d6bada815..5a60634416219ef5ac6935bf90654d723572f1be 100644 (file)
@@ -25,7 +25,7 @@
 #define NETGENPluginGUI_SimpleCreator_H
 
 // SMESH includes
-#include "NETGENPlugin_Defs.hxx"
+//#include "NETGENPlugin_Defs.hxx"
 #include <SMESHGUI_Hypotheses.h>
 
 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