mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Fix IPluginModPage inheritance.
This commit is contained in:
@@ -201,7 +201,7 @@ namespace mo2::python {
|
||||
.def("genFilePreview", &IPluginPreview::genFilePreview, "filename"_a,
|
||||
"max_size"_a);
|
||||
|
||||
py::class_<IPluginModPage, PyPluginModPage, IPluginModPage,
|
||||
py::class_<IPluginModPage, PyPluginModPage, IPlugin,
|
||||
std::unique_ptr<IPluginModPage, py::nodelete>>(
|
||||
m, "IPluginModPage", py::multiple_inheritance())
|
||||
.def(py::init<>())
|
||||
|
||||
Reference in New Issue
Block a user