From d6b673f14978441fd89958ab0dec647b91ab9f8b Mon Sep 17 00:00:00 2001 From: Brian Munro Date: Mon, 19 Mar 2018 11:05:00 +0200 Subject: [PATCH] Fixed typo causing compilation to fail Fixed typo causing compilation to fail --- src/runner/pythonrunner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index 23eab4d..2e901c0 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -891,7 +891,7 @@ BOOST_PYTHON_MODULE(mobase) .value("preferDefaults", MOBase::IPluginGame::PREFER_DEFAULTS) ; - py::to_python_converter>(); + bpy::to_python_converter>(); QFlags_from_python_obj(); bpy::class_("IPluginGame")