X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPyInterp%2FPyInterp_Event.h;h=b08c34246b1de1f6075f2af56b23fa5ff1fd64a4;hb=aa27aa821a63e70446a5342d0692679042eaa220;hp=01bab92c11cbb7e7adfcfc56c65f15e8aa01c0a5;hpb=7f56cee44d559d0edf9f1191ec61d732947e28f2;p=modules%2Fshaper.git diff --git a/src/PyInterp/PyInterp_Event.h b/src/PyInterp/PyInterp_Event.h index 01bab92c1..b08c34246 100644 --- a/src/PyInterp/PyInterp_Event.h +++ b/src/PyInterp/PyInterp_Event.h @@ -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& );