X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionlockrelativezero.cpp;h=68ccadaaa8956330b5a3b2be8116278502e24839;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=6f7f641823db3c3301423c3179f4a0cc3ddbb0ef;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionlockrelativezero.cpp b/src/actions/rs_actionlockrelativezero.cpp index 6f7f641..68ccada 100644 --- a/src/actions/rs_actionlockrelativezero.cpp +++ b/src/actions/rs_actionlockrelativezero.cpp @@ -14,10 +14,10 @@ #include "rs_actionlockrelativezero.h" -#include "rs_graphicview.h" +#include "graphicview.h" RS_ActionLockRelativeZero::RS_ActionLockRelativeZero( - RS_EntityContainer & container, RS_GraphicView & graphicView, bool on): + RS_EntityContainer & container, GraphicView & graphicView, bool on): RS_ActionInterface("(Un-)lock the relative Zero", container, graphicView) { this->on = on;