X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_selection.cpp;h=f610193241c8ca87ec2d22a4717396025d89fcf0;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=046775b7375540cca4f04c325f7631f02fd7fd83;hpb=89e127aa3dbd74d3158e6dbe0ca1703420c04395;p=architektonas diff --git a/src/base/rs_selection.cpp b/src/base/rs_selection.cpp index 046775b..f610193 100644 --- a/src/base/rs_selection.cpp +++ b/src/base/rs_selection.cpp @@ -26,7 +26,7 @@ * entities. Usually that's an Drawing entity but * it can also be a polyline, text, ... */ -RS_Selection::RS_Selection(RS_EntityContainer & container, RS_GraphicView * graphicView) +RS_Selection::RS_Selection(RS_EntityContainer & container, GraphicView * graphicView) { this->container = &container; this->graphicView = graphicView;