provide get_py and get_py_ptr
[mussa.git] / qui / threading / InterpreterThread.hpp
index a2ad09f38f05567dbeb71485fbc4bb51ac0150a7..330bad7bf04410ea8e5a119b54f47225bfe9969c 100644 (file)
@@ -8,7 +8,7 @@ class InterpreterThread : public QThread {
   Q_OBJECT
 public:
   void run();
-  MussaPython *get_py();
+  MussaPython *get_py_ptr();
 private:
   //! only let ThreadManager create this object.
   InterpreterThread();