Gui: Single arg ctors must be explicit (PR #7369)
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
static Py::Object type();
|
||||
static Py::ExtensionObject<MainWindowPy> create(MainWindow *mw);
|
||||
|
||||
MainWindowPy(MainWindow *mw);
|
||||
explicit MainWindowPy(MainWindow *mw);
|
||||
~MainWindowPy() override;
|
||||
|
||||
Py::Object repr() override;
|
||||
|
||||
Reference in New Issue
Block a user