This commit is contained in:
Michael Schimmel
2025-07-13 21:52:23 +02:00
parent 4d67d9acbe
commit 87a3a505b1
-2
View File
@@ -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;