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) { PYBIND11_PLUGIN(libstlvis) {
py::module m("csg", "pybind csg"); py::module m("stlvis", "pybind stl vis");
ExportSTLVis(m); ExportSTLVis(m);
return m.ptr(); return m.ptr();
} }