X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionselectintersected.cpp;h=240c4da4faa04faa944d76884d3cafd02c0396e2;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=7f73a75ecc6d19bea30ae1691d4bc4ab281df9b8;hpb=46a5b82a20219b6d24e6095f56843db3eaa45595;p=architektonas diff --git a/src/actions/rs_actionselectintersected.cpp b/src/actions/rs_actionselectintersected.cpp index 7f73a75..240c4da 100644 --- a/src/actions/rs_actionselectintersected.cpp +++ b/src/actions/rs_actionselectintersected.cpp @@ -24,7 +24,7 @@ * @param select true: select window. false: deselect window */ RS_ActionSelectIntersected::RS_ActionSelectIntersected( - RS_EntityContainer & container, RS_GraphicView & graphicView, bool select): + RS_EntityContainer & container, GraphicView & graphicView, bool select): RS_PreviewActionInterface("Select Intersected", container, graphicView) { this->select = select;