summaryrefslogtreecommitdiff
path: root/dxfdata.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dxfdata.cc')
-rw-r--r--dxfdata.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/dxfdata.cc b/dxfdata.cc
index a8ef57e..333ccf2 100644
--- a/dxfdata.cc
+++ b/dxfdata.cc
@@ -31,6 +31,10 @@ struct Line {
Line() { p[0] = NULL; p[1] = NULL; disabled = false; }
};
+DxfData::DxfData()
+{
+}
+
DxfData::DxfData(double fn, double fs, double fa, QString filename, QString layername, double xorigin, double yorigin, double scale)
{
handle_dep(filename);
contact: Jan Huwald // Impressum