summaryrefslogtreecommitdiff
path: root/src/nef2dxf.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-01-21 22:04:13 (GMT)
committerMarius Kintel <marius@kintel.net>2011-01-21 22:04:13 (GMT)
commit0419cd823216b6ade267d4e0bdd071242aa8bc55 (patch)
tree395bf49dbe96d4d46cf76c86c92746b89bd4b4f9 /src/nef2dxf.cc
parent195d21dd2d535a3ff06d3f3dfe1b1cdbabd4a0d8 (diff)
parent52a474eb5213cfdda7b4825d51861de27b48954f (diff)
Merge branch 'meta23-master'
Diffstat (limited to 'src/nef2dxf.cc')
-rw-r--r--src/nef2dxf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nef2dxf.cc b/src/nef2dxf.cc
index 1f65637..320d6b8 100644
--- a/src/nef2dxf.cc
+++ b/src/nef2dxf.cc
@@ -39,7 +39,7 @@ DxfData::DxfData(const struct CGAL_Nef_polyhedron &N)
typedef Explorer::Halfedge_around_face_const_circulator heafcc_t;
Explorer E = N.p2.explorer();
- for (fci_t fit = E.faces_begin(), fend = E.faces_end(); fit != fend; ++fit)
+ for (fci_t fit = E.faces_begin(), facesend = E.faces_end(); fit != facesend; ++fit)
{
heafcc_t fcirc(E.halfedge(fit)), fend(fcirc);
int first_point = -1, last_point = -1;
contact: Jan Huwald // Impressum