* Correct getcurrentlocation

This commit is contained in:
michael 2019-11-02 17:33:45 +00:00
parent 7d531e888c
commit 0bc30e88e8

View File

@ -646,7 +646,7 @@ end;
function TRouter.GetCurrentLocation: String;
begin
Result:=History.GetCurrentLocation;
end;
function TRouter.Push(location: TRawLocation): TTransitionResult;