X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionlayerstoggleview.h;h=c3459e3f8a576c8e7c2f24b3739cbe32c0113d45;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=b28301818856480085805b9a758d9bf877028858;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionlayerstoggleview.h b/src/actions/actionlayerstoggleview.h index b283018..c3459e3 100644 --- a/src/actions/actionlayerstoggleview.h +++ b/src/actions/actionlayerstoggleview.h @@ -12,7 +12,7 @@ class ActionLayersToggleView: public ActionInterface { public: - ActionLayersToggleView(RS_EntityContainer & container, GraphicView & graphicView); + ActionLayersToggleView(EntityContainer & container, GraphicView & graphicView); ~ActionLayersToggleView(); virtual void init(int status = 0);