Part: exported Part::sort_Edges

Fixed export of Part::shape2pyshape
This commit is contained in:
Zheng, Lei
2017-01-20 17:46:47 +08:00
parent c11ce6ec79
commit a1a8645ea9
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ int TopoShapePy::PyInit(PyObject* args, PyObject*)
namespace Part {
//common code.. maybe put somewhere else?
Py::Object PartExport shape2pyshape(const TopoDS_Shape &shape)
PartExport Py::Object shape2pyshape(const TopoDS_Shape &shape)
{
PyObject* ret = 0;
if (!shape.IsNull()) {