Salome HOME
Merge branch V7_3_1_BR
[modules/gui.git] / src / PyInterp / PyInterp_Request.h
index 07a1c14b7260084f207ed4c5442ac58ab5222545..4ceacd3e0160fb7c28c484d4f72c3e33ed697b3f 100644 (file)
@@ -88,7 +88,7 @@ class PYINTERP_EXPORT PyInterp_LockRequest : public PyInterp_Request
 {
 public:
 
-  PyInterp_LockRequest( PyInterp_Interp* interp, QObject* listener = 0, bool sync = false )
+  PyInterp_LockRequest( PyInterp_Interp* interp, QObject* listener=0, bool sync=false )
     : PyInterp_Request( listener, sync ), myInterp( interp )
   {}