fix libstlvis

This commit is contained in:
Christopher Lackner 2016-12-12 14:26:49 +01:00
parent d081c1d455
commit e16dfde5e7

View File

@ -1245,8 +1245,8 @@ DLL_HEADER void ExportSTLVis(py::module &m)
});
}
PYBIND11_PLUGIN(libcsgvis) {
py::module m("csg", "pybind csg");
PYBIND11_PLUGIN(libstlvis) {
py::module m("stlvis", "pybind stl vis");
ExportSTLVis(m);
return m.ptr();
}