Fixed explicit member scope in TWaitForIt
This commit is contained in:
parent
2af4cf78b5
commit
17a34bbdc6
|
@ -29,6 +29,7 @@ type
|
||||||
{ TWaitForIt }
|
{ TWaitForIt }
|
||||||
|
|
||||||
TWaitForIt = class(TSolver)
|
TWaitForIt = class(TSolver)
|
||||||
|
private
|
||||||
FTimes, FDistances: specialize TFPGList<Cardinal>;
|
FTimes, FDistances: specialize TFPGList<Cardinal>;
|
||||||
FLongTime, FLongDistance: UInt64;
|
FLongTime, FLongDistance: UInt64;
|
||||||
function CalcRange(const ATime, ADistance: UInt64): Cardinal;
|
function CalcRange(const ATime, ADistance: UInt64): Cardinal;
|
||||||
|
|
Loading…
Reference in New Issue