X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionlockrelativezero.h;h=36bc65ccedbcb8fb2fd29a67693b39a5c350efbd;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=146d65414fe90854045ffe85d8860294177fb8e9;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;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);