X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_filtercxf.cpp;h=b3bbfe46bcd900963f6ef208cf8d07bfa0f540b6;hb=d774c2655ba2c3657a565f325411144452392277;hp=887bf5d2184e8f8b2e29e45537069f5848b895a3;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_filtercxf.cpp b/src/base/rs_filtercxf.cpp index 887bf5d..b3bbfe4 100644 --- a/src/base/rs_filtercxf.cpp +++ b/src/base/rs_filtercxf.cpp @@ -46,7 +46,7 @@ RS_FilterCXF::~RS_FilterCXF() * will be created or the graphics from which the entities are * taken to be stored in a file. */ -bool RS_FilterCXF::fileImport(RS_Graphic & g, const QString & file, RS2::FormatType /*type*/) +bool RS_FilterCXF::fileImport(Drawing & g, const QString & file, RS2::FormatType /*type*/) { RS_DEBUG->print("CXF Filter: importing file '%s'...", file.toLatin1().data()); @@ -104,7 +104,7 @@ bool RS_FilterCXF::fileImport(RS_Graphic & g, const QString & file, RS2::FormatT * * @param file Full path to the CXF file that will be written. */ -bool RS_FilterCXF::fileExport(RS_Graphic & g, const QString & file, RS2::FormatType /*type*/) +bool RS_FilterCXF::fileExport(Drawing & g, const QString & file, RS2::FormatType /*type*/) { RS_DEBUG->print("CXF Filter: exporting file '%s'...", file.toLatin1().data());