[Gui] get rid of MSCV compiler warning
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user