X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionselect.h;h=5da758a1df1ca780d80bc558c8d780efd0916e3b;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=f90b26146e0d12efae0d7370989123ccad6c97fa;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionselect.h b/src/actions/actionselect.h index f90b261..5da758a 100644 --- a/src/actions/actionselect.h +++ b/src/actions/actionselect.h @@ -12,7 +12,7 @@ class ActionSelect: public ActionInterface { public: - ActionSelect(RS_EntityContainer & container, GraphicView & graphicView, RS2::ActionType nextAction); + ActionSelect(EntityContainer & container, GraphicView & graphicView, RS2::ActionType nextAction); ~ActionSelect(); void init(int status);