X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_filtercxf.h;h=85e81dc988701c4cde1cab873d9e366016e3ede1;hb=d774c2655ba2c3657a565f325411144452392277;hp=7e713d7e94e5cfb9061c0d8f6ec5c243d99a9ca8;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_filtercxf.h b/src/base/rs_filtercxf.h index 7e713d7..85e81dc 100644 --- a/src/base/rs_filtercxf.h +++ b/src/base/rs_filtercxf.h @@ -30,8 +30,8 @@ class RS_FilterCXF: public RS_FilterInterface return (t==RS2::FormatCXF); }*/ - virtual bool fileImport(RS_Graphic & g, const QString & file, RS2::FormatType /*type*/); - virtual bool fileExport(RS_Graphic & g, const QString & file, RS2::FormatType /*type*/); + virtual bool fileImport(Drawing & g, const QString & file, RS2::FormatType /*type*/); + virtual bool fileExport(Drawing & g, const QString & file, RS2::FormatType /*type*/); void stream(std::ofstream & fs, double value); };