]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_selection.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / base / rs_selection.cpp
index 046775b7375540cca4f04c325f7631f02fd7fd83..f610193241c8ca87ec2d22a4717396025d89fcf0 100644 (file)
@@ -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;