X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionlockrelativezero.h;h=cbea0d53d6d1f9d888e3b29c2b775a3fb90ca00b;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=59e1d0899872fb8c690fdcbcab09c3686fb10f26;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionlockrelativezero.h b/src/actions/actionlockrelativezero.h index 59e1d08..cbea0d5 100644 --- a/src/actions/actionlockrelativezero.h +++ b/src/actions/actionlockrelativezero.h @@ -14,7 +14,7 @@ class ActionLockRelativeZero: public ActionInterface { public: - ActionLockRelativeZero(RS_EntityContainer & container, GraphicView & graphicView, bool on); + ActionLockRelativeZero(EntityContainer & container, GraphicView & graphicView, bool on); ~ActionLockRelativeZero(); virtual void init(int status = 0);