X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_filterdxf1.cpp;h=c50d38248a2c13300e3deda7e55b702906555209;hb=20cce16e98fc9b052c5862efa6394a285971e846;hp=c0463783eef6491e3a6ec6d38b1c714fd964aefb;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_filterdxf1.cpp b/src/base/rs_filterdxf1.cpp index c046378..c50d382 100644 --- a/src/base/rs_filterdxf1.cpp +++ b/src/base/rs_filterdxf1.cpp @@ -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 // @@ -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());