Salome HOME
Models for object browser created
[modules/shaper.git] / src / PyInterp / PyInterp_Event.h
index 01bab92c11cbb7e7adfcfc56c65f15e8aa01c0a5..b08c34246b1de1f6075f2af56b23fa5ff1fd64a4 100644 (file)
@@ -27,7 +27,8 @@ protected:
  * Events thrown by the interpreter having executed a command and indicating
  * the return status.
  */
-class PYINTERP_EXPORT PyInterp_Event : public QEvent
+//PYINTERP_EXPORT
+class PyInterp_Event : public QEvent
 {
   PyInterp_Event();
   PyInterp_Event( const PyInterp_Event& );