X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionlayerstogglelock.h;h=80f60b086e37edea443f71490db603f7a85b367a;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=b27c9e28b092fd523b8b3818ec017530a5bc895d;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionlayerstogglelock.h b/src/actions/rs_actionlayerstogglelock.h index b27c9e2..80f60b0 100644 --- a/src/actions/rs_actionlayerstogglelock.h +++ b/src/actions/rs_actionlayerstogglelock.h @@ -11,7 +11,7 @@ class RS_ActionLayersToggleLock: public RS_ActionInterface { public: - RS_ActionLayersToggleLock(RS_EntityContainer & container, RS_GraphicView & graphicView); + RS_ActionLayersToggleLock(RS_EntityContainer & container, GraphicView & graphicView); ~RS_ActionLayersToggleLock(); virtual void init(int status = 0);