X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionlockrelativezero.h;h=36bc65ccedbcb8fb2fd29a67693b39a5c350efbd;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=146d65414fe90854045ffe85d8860294177fb8e9;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionlockrelativezero.h b/src/actions/rs_actionlockrelativezero.h index 146d654..36bc65c 100644 --- a/src/actions/rs_actionlockrelativezero.h +++ b/src/actions/rs_actionlockrelativezero.h @@ -13,7 +13,7 @@ class RS_ActionLockRelativeZero: public RS_ActionInterface { public: - RS_ActionLockRelativeZero(RS_EntityContainer & container, RS_GraphicView & graphicView, bool on); + RS_ActionLockRelativeZero(RS_EntityContainer & container, GraphicView & graphicView, bool on); ~RS_ActionLockRelativeZero(); virtual void init(int status = 0);