X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_filterdxf1.cpp;h=3d65ea54c436aa2717310b1cc3c225d2403c3d89;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=c0463783eef6491e3a6ec6d38b1c714fd964aefb;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_filterdxf1.cpp b/src/base/rs_filterdxf1.cpp index c046378..3d65ea5 100644 --- a/src/base/rs_filterdxf1.cpp +++ b/src/base/rs_filterdxf1.cpp @@ -44,7 +44,7 @@ RS_FilterDXF1::RS_FilterDXF1(): RS_FilterInterface() * will be created or the graphics from which the entities are * taken to be stored in a file. */ -bool RS_FilterDXF1::fileImport(RS_Graphic& g, const QString& file, RS2::FormatType /*type*/) +bool RS_FilterDXF1::fileImport(Drawing& g, const QString& file, RS2::FormatType /*type*/) { RS_DEBUG->print("DXF1 Filter: importing file '%s'...", file.toLatin1().data());