Salome HOME
Updated copyright comment
[modules/gui.git] / src / LightApp / LightApp_PyEditor.cxx
index 7d71b8de090e5edf8286e1cdeab481585f109222..1231a0a7e206317ae175f86ed9969ba8934638a7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -16,6 +16,7 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 // File   : LightApp_PyEditor.cxx
 // Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
 
@@ -29,7 +30,7 @@
   \param parent parent widget
 */
 LightApp_PyEditor::LightApp_PyEditor( PyConsole_Interp* interp, QWidget* parent )
-  : PyConsole_Editor( interp, parent )
+  : PyConsole_Editor( parent, interp )
 {
 }