]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_filterdxf1.cpp
Start of bringing back missing forms/dialogs
[architektonas] / src / base / rs_filterdxf1.cpp
index c0463783eef6491e3a6ec6d38b1c714fd964aefb..3d65ea54c436aa2717310b1cc3c225d2403c3d89 100644 (file)
@@ -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());