Fix
This commit is contained in:
@@ -43,8 +43,6 @@ type
|
||||
end;
|
||||
|
||||
TIndicator<S, T> = class(TMycConverter<S, T>)
|
||||
strict private
|
||||
FQueue: TQueue;
|
||||
protected
|
||||
function ProcessData(const Value: S): TState; override; final;
|
||||
function Calculate(const Value: S): T; virtual; abstract;
|
||||
|
||||
Reference in New Issue
Block a user