[App] get rid of MSCV compiler warning

the same as in https://github.com/FreeCAD/FreeCAD/pull/4053
This commit is contained in:
donovaly
2020-11-25 01:58:02 +01:00
committed by wwmayer
parent e0c3237d6c
commit a6720045d0

View File

@@ -117,7 +117,7 @@ private:
Py::Object inst;
static std::vector<DocumentObserverPython*> _instances;
typedef struct {
typedef struct PythonObject {
boost::signals2::scoped_connection slot;
Py::Object py;
PyObject* ptr() {