provide get_py and get_py_ptr
[mussa.git] / py / python.hpp
index 990305f611e4f97c6e68245b1831edbbe1c88a56..4312f9cc0df070ef21c0fdf6830a94605bf26516 100644 (file)
@@ -37,6 +37,7 @@ class MussaPython {
 };
 
 //! return a reference to a single mussa python interpreter
-MussaPython *get_py();
+MussaPython *get_py_ptr();
+MussaPython &get_py();
 
 #endif // _MUSSA_PYTHON_HPP_