Fixed explicit member scope in TWaitForIt

This commit is contained in:
Stefan Müller 2023-12-07 17:07:39 +01:00 committed by Stefan Müller
parent 2af4cf78b5
commit 17a34bbdc6
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ type
{ TWaitForIt }
TWaitForIt = class(TSolver)
private
FTimes, FDistances: specialize TFPGList<Cardinal>;
FLongTime, FLongDistance: UInt64;
function CalcRange(const ATime, ADistance: UInt64): Cardinal;