diff --git a/src/App/DocumentObserverPython.h b/src/App/DocumentObserverPython.h index 640ade6d7c..c1ee595cf1 100644 --- a/src/App/DocumentObserverPython.h +++ b/src/App/DocumentObserverPython.h @@ -117,7 +117,7 @@ private: Py::Object inst; static std::vector _instances; - typedef struct { + typedef struct PythonObject { boost::signals2::scoped_connection slot; Py::Object py; PyObject* ptr() {