]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionselectintersected.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionselectintersected.h
index 9697d1e5d6cca2559ebf79a9cda43fec6761a6e2..6dceec76ec2f622c7421da14f77282dfe7c0299e 100644 (file)
@@ -21,7 +21,7 @@ class RS_ActionSelectIntersected: public RS_PreviewActionInterface
                };
 
        public:
-               RS_ActionSelectIntersected(RS_EntityContainer & container, RS_GraphicView & graphicView, bool select);
+               RS_ActionSelectIntersected(RS_EntityContainer & container, GraphicView & graphicView, bool select);
                ~RS_ActionSelectIntersected();
 
                virtual RS2::ActionType rtti();