Salome HOME
Copyright update 2022
[modules/gui.git] / src / SALOME_PYQT / SALOME_PYQT_GUILight / SALOME_PYQT_PyInterp.h
index 5857ffe8d81e8b17fd14f55051380bbd64a1a45f..7ebee3ee868f1a4fbed0aec54ece64bfa3572a64 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2022  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
@@ -34,7 +34,7 @@ class SALOME_PYQT_LIGHT_EXPORT SALOME_PYQT_PyInterp : public PyInterp_Interp
   SALOME_PYQT_PyInterp();
   ~SALOME_PYQT_PyInterp();
   
-  int run(const char *command);
+  virtual int run(const char *command);
   
  protected:
   virtual void initPython();