Skip to content

Commit

Permalink
Part: fixed missing export declare of sort_Edges
Browse files Browse the repository at this point in the history
  • Loading branch information
realthunder committed Jan 20, 2017
1 parent c0ba970 commit 2c249e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Part/App/AppPartPy.cpp
Expand Up @@ -147,7 +147,7 @@ struct EdgePoints {
TopoDS_Edge edge;
};

std::list<TopoDS_Edge> sort_Edges(double tol3d, std::list<TopoDS_Edge>& edges)
PartExport std::list<TopoDS_Edge> sort_Edges(double tol3d, std::list<TopoDS_Edge>& edges)
{
tol3d = tol3d * tol3d;
std::list<EdgePoints> edge_points;
Expand Down

0 comments on commit 2c249e8

Please sign in to comment.