]> Shamusworld >> Repos - architektonas/blobdiff - src/mainapp/main.cpp
Changed RS_Graphic to Drawing; this is less confusing as a drawing is
[architektonas] / src / mainapp / main.cpp
index 3c0a154addb8199b70feae5b6beafe8c445d8580..5bbc2ebdd7c6d5d6a0ede16091f0e22bad6c3cd6 100644 (file)
@@ -366,7 +366,7 @@ QStringList handleArgs(int argc, char * argv[])
        if (machine.isEmpty() == false && input.isEmpty() == false && output.isEmpty() == false)
        {
                RS_FilterCAM fc;
-               RS_Graphic gr;
+               Drawing gr;
                RS_FILEIO->fileImport(gr, input, RS2::FormatUnknown);
                RS_CamDialog dlg(gr, NULL);
                dlg.activateMachineGenerator(machine);