]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_filterdxf1.cpp
Adding missing implementation.
[architektonas] / src / base / rs_filterdxf1.cpp
index c0463783eef6491e3a6ec6d38b1c714fd964aefb..c50d38248a2c13300e3deda7e55b702906555209 100644 (file)
@@ -3,7 +3,9 @@
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // Extensively rewritten and refactored by James L. Hammons
-// (C) 2010 Underground Software
+// Portions copyright (C) 2001-2003 RibbonSoft
+// Copyright (C) 2010 Underground Software
+// See the README and GPLv2 files for licensing and warranty information
 //
 // JLH = James L. Hammons <jlhamm@acm.org>
 //
@@ -44,7 +46,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());