X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionlockrelativezero.cpp;h=e804909da1bb206fd791a9d4be85c0d29e1e09ca;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=46f915e273c42c649314a5893278a00080df3eb0;hpb=865303923fcb231a171992b75a73364ff469ff8c;p=architektonas diff --git a/src/actions/actionlockrelativezero.cpp b/src/actions/actionlockrelativezero.cpp index 46f915e..e804909 100644 --- a/src/actions/actionlockrelativezero.cpp +++ b/src/actions/actionlockrelativezero.cpp @@ -19,7 +19,7 @@ #include "graphicview.h" ActionLockRelativeZero::ActionLockRelativeZero( - RS_EntityContainer & container, GraphicView & graphicView, bool on): + EntityContainer & container, GraphicView & graphicView, bool on): ActionInterface("(Un-)lock the relative Zero", container, graphicView) { this->on = on;