]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_filtercxf.cpp
Changed RS_Graphic to Drawing; this is less confusing as a drawing is
[architektonas] / src / base / rs_filtercxf.cpp
index 887bf5d2184e8f8b2e29e45537069f5848b895a3..b3bbfe46bcd900963f6ef208cf8d07bfa0f540b6 100644 (file)
@@ -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());