X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_modification.cpp;h=f452583ae40ffdc438453dfec811e2fcf97ee471;hb=f7188d32d0beaef31fc3475be05daea2f018ebec;hp=29179b944dd01f436a9f3f971e82b68509de80f2;hpb=89e127aa3dbd74d3158e6dbe0ca1703420c04395;p=architektonas diff --git a/src/base/rs_modification.cpp b/src/base/rs_modification.cpp index 29179b9..f452583 100644 --- a/src/base/rs_modification.cpp +++ b/src/base/rs_modification.cpp @@ -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;