diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-03 20:44:41 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-03 20:44:41 (GMT) |
commit | 6096f2734a9a2f2c789f2e948c021def6b41f85b (patch) | |
tree | ed87e8732c45c19413de488ccd16fafe049111b2 /src/dxftess.h | |
parent | 946605234c7cf35cadfe9bde5531ebe6655f1b42 (diff) |
De-Qt-ification continues, almost done with DxfData
Diffstat (limited to 'src/dxftess.h')
-rw-r--r-- | src/dxftess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxftess.h b/src/dxftess.h index 4aa47c2..d3af36e 100644 --- a/src/dxftess.h +++ b/src/dxftess.h @@ -4,6 +4,6 @@ class DxfData; class PolySet; void dxf_tesselate(PolySet *ps, DxfData &dxf, double rot, bool up, bool do_triangle_splitting, double h); -void dxf_border_to_ps(PolySet *ps, DxfData *dxf); +void dxf_border_to_ps(PolySet *ps, const DxfData &dxf); #endif |