provide get_py and get_py_ptr
[mussa.git] / qui / threading / InterpreterThread.cpp
index bb7bae8cc47c9ac6f7fa10970bd7fc82b972c380..5f93287f0db24293f3d105f32b4dafc0729e29f2 100644 (file)
@@ -4,12 +4,12 @@
 
 void InterpreterThread::run()
 {
-  ::get_py()->interpreter();
+  ::get_py_ptr()->interpreter();
 }
 
-MussaPython *InterpreterThread::get_py()
+MussaPython *InterpreterThread::get_py_ptr()
 {
-  return ::get_py();
+  return ::get_py_ptr();
 }
 
 InterpreterThread::InterpreterThread()