From 967f1d327bd89db68ff3b77bd386b183b5335618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Fri, 13 May 2022 20:29:04 +0200 Subject: [PATCH] Fix IPluginModPage inheritance. --- src/mobase/wrappers/pyplugins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mobase/wrappers/pyplugins.cpp b/src/mobase/wrappers/pyplugins.cpp index 86dd6a5..a5f872f 100644 --- a/src/mobase/wrappers/pyplugins.cpp +++ b/src/mobase/wrappers/pyplugins.cpp @@ -201,7 +201,7 @@ namespace mo2::python { .def("genFilePreview", &IPluginPreview::genFilePreview, "filename"_a, "max_size"_a); - py::class_>( m, "IPluginModPage", py::multiple_inheritance()) .def(py::init<>())