Salome HOME
Merge branch 'master' into pre/V8_2_BR
[modules/gui.git] / tools / PyConsole / src / PyConsole_Interp.h
index 4275c350f6aa590fad518deb6551ec4ea5414ba1..434b73cd43ff1b13819320acf23f768f413042f0 100644 (file)
@@ -36,11 +36,14 @@ class PYCONSOLE_EXPORT PyConsole_Interp : public PyInterp_Interp
 
 public:
   PyConsole_Interp();
-  ~PyConsole_Interp();
 
   virtual int afterRun();
   virtual int beforeRun();
 
+protected:
+  
+  ~PyConsole_Interp();
+
 private:
   bool runDirCommand( const QString&, const QString&, QStringList&, QString& );
   bool runDirAndExtract( const QString&, const QString&, QStringList&, bool = true ) const;