]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_grid.cpp
Start of bringing back missing forms/dialogs
[architektonas] / src / base / rs_grid.cpp
index 61368edc9f25228fa1b7aa006aabe74b1e9ba175..3f2252a0378c4dcc0731ba14348318c0150d03d0 100644 (file)
@@ -15,7 +15,7 @@
 #include "rs_grid.h"
 
 #include "rs_units.h"
-#include "rs_graphic.h"
+#include "drawing.h"
 #include "settings.h"
 
 /**
@@ -51,7 +51,7 @@ void RS_Grid::update()
        if (!graphicView->isGridOn())
                return;
 
-       RS_Graphic * graphic = graphicView->getGraphic();
+       Drawing * graphic = graphicView->getGraphic();
 
        // auto scale grid?
        settings.beginGroup("Appearance");