]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_modification.cpp
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / base / rs_modification.cpp
index 29179b944dd01f436a9f3f971e82b68509de80f2..f452583ae40ffdc438453dfec811e2fcf97ee471 100644 (file)
@@ -35,7 +35,7 @@
  * @param handleUndo true: Handle undo functionalitiy.
  */
 RS_Modification::RS_Modification(RS_EntityContainer & container,
-       RS_GraphicView * graphicView, bool handleUndo)
+       GraphicView * graphicView, bool handleUndo)
 {
     this->container = &container;
     this->graphicView = graphicView;