X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSALOME_PYQT%2FSALOME_PYQT_GUILight%2FSALOME_PYQT_PyModule.cxx;h=9141c339acc907a4167b992dc0e0be448199d68b;hb=53415443fa7c248984f053da559cc8765623088c;hp=d8c21b0056b3371d90a6128bbf06377d3a0833a9;hpb=a6de230218bd903b2a32d8925c269d6b97fd124b;p=modules%2Fgui.git diff --git a/src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_PyModule.cxx b/src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_PyModule.cxx index d8c21b005..9141c339a 100644 --- a/src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_PyModule.cxx +++ b/src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_PyModule.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -1096,7 +1096,7 @@ void PyModuleHelper::studyActivated( SUIT_Study* study ) public: StudyChangedReq( PyModuleHelper* _helper, SUIT_Study* _study ) - : PyInterp_Request( 0, true ), // this request should be processed synchronously (sync == true) + : PyInterp_Request(0, true ), // this request should be processed synchronously (sync == true) myHelper( _helper ), myStudy ( _study ) {}