Salome HOME
bos #23995: normalize ParaView patches names
[tools/sat_salome.git] / products / patches / GUI_Python_async.patch
1 diff -rupN GUI/src/PyInterp/PyInterp_Request.h GUI_DEV/src/PyInterp/PyInterp_Request.h
2 --- GUI/src/PyInterp/PyInterp_Request.h 2017-03-07 12:09:01.000000000 +0100
3 +++ GUI_DEV/src/PyInterp/PyInterp_Request.h     2017-11-17 15:50:09.204857698 +0100
4 @@ -52,7 +52,7 @@ protected:
5  public:
6    // Constructor
7    PyInterp_Request( QObject* listener, bool sync = true )
8 -    : myIsSync( sync ), myListener( listener ) {};
9 +    : myIsSync( sync ), myListener( listener ) { myIsSync = false; };
10  
11    // Deletes a request
12    static void     Destroy( PyInterp_Request* );