]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/dlgoptionsdrawing.cpp
Start of bringing back missing forms/dialogs
[architektonas] / src / forms / dlgoptionsdrawing.cpp
index b498ad592e902c4cd438c01aec14e1eebb436176..320777a0aafcebee2a8449d2c0358867fb185063 100644 (file)
@@ -16,7 +16,7 @@
 #include "rs.h"
 #include "rs_debug.h"
 #include "rs_filterdxf.h"
-#include "rs_graphic.h"
+#include "drawing.h"
 #include "rs_math.h"
 #include "rs_units.h"
 #include "vector.h"
@@ -126,7 +126,7 @@ DlgOptionsDrawing::~DlgOptionsDrawing()
 /**
 * Sets the graphic and updates the GUI to match the drawing.
 */
-void DlgOptionsDrawing::setGraphic(RS_Graphic * g)
+void DlgOptionsDrawing::setGraphic(Drawing * g)
 {
        graphic = g;