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