[Gui] get rid of MSCV compiler warning

This commit is contained in:
donovaly
2020-11-15 05:33:30 +01:00
committed by wwmayer
parent 55af73b07a
commit 5916572c40

View File

@@ -77,7 +77,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() {