diff options
Diffstat (limited to 'src/nef2dxf.cc')
-rw-r--r-- | src/nef2dxf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nef2dxf.cc b/src/nef2dxf.cc index b22e605..cbefa9c 100644 --- a/src/nef2dxf.cc +++ b/src/nef2dxf.cc @@ -53,7 +53,7 @@ DxfData::DxfData(const struct CGAL_Nef_polyhedron &N) this_point = grid.align(x, y); } else { this_point = grid.align(x, y) = points.size(); - points.append(Point(x, y)); + points.append(Vector2d(x, y)); } if (first_point < 0) { paths.append(Path()); |