From a6720045d074c9a677b7af9adb186909fe270ed7 Mon Sep 17 00:00:00 2001 From: donovaly Date: Wed, 25 Nov 2020 01:58:02 +0100 Subject: [PATCH] [App] get rid of MSCV compiler warning the same as in https://github.com/FreeCAD/FreeCAD/pull/4053 --- src/App/DocumentObserverPython.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {