]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PyInterp/PyInterp_Event.h
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / PyInterp / PyInterp_Event.h
index b08c34246b1de1f6075f2af56b23fa5ff1fd64a4..9fdc9ebcb537c486f17e2121981e5afdeb1d4a4f 100644 (file)
@@ -27,8 +27,8 @@ protected:
  * Events thrown by the interpreter having executed a command and indicating
  * the return status.
  */
-//PYINTERP_EXPORT
-class PyInterp_Event : public QEvent
+//
+class PYINTERP_EXPORT PyInterp_Event : public QEvent
 {
   PyInterp_Event();
   PyInterp_Event( const PyInterp_Event& );