diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index 3e4d8b9..87d3656 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -83,6 +83,7 @@ BOOST_PYTHON_MODULE(mobase) // QFlags: utils::register_qflags_converter(); utils::register_qflags_converter(); + utils::register_qflags_converter(); // Pointers: bpy::register_ptr_to_python>();