X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionselectintersected.h;h=decdd3ae281514f0bac805e04003c24f464ba5ab;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=2487afcada6d3aabf6daee71748563cfd8a5ce03;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionselectintersected.h b/src/actions/actionselectintersected.h index 2487afc..decdd3a 100644 --- a/src/actions/actionselectintersected.h +++ b/src/actions/actionselectintersected.h @@ -22,7 +22,7 @@ class ActionSelectIntersected: public ActionInterface }; public: - ActionSelectIntersected(RS_EntityContainer & container, GraphicView & graphicView, bool select); + ActionSelectIntersected(EntityContainer & container, GraphicView & graphicView, bool select); ~ActionSelectIntersected(); virtual RS2::ActionType rtti();