From 5916572c40ff667a3a1e4a311cc077af7065705b Mon Sep 17 00:00:00 2001 From: donovaly Date: Sun, 15 Nov 2020 05:33:30 +0100 Subject: [PATCH] [Gui] get rid of MSCV compiler warning --- src/Gui/DocumentObserverPython.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/DocumentObserverPython.h b/src/Gui/DocumentObserverPython.h index bd3aa5b51d..be1427630b 100644 --- a/src/Gui/DocumentObserverPython.h +++ b/src/Gui/DocumentObserverPython.h @@ -77,7 +77,7 @@ private: Py::Object inst; static std::vector _instances; - typedef struct { + typedef struct PythonObject { boost::signals2::scoped_connection slot; Py::Object py; PyObject* ptr() {