Memory hole in Data-Join fixed
This commit is contained in:
@@ -44,6 +44,7 @@ type
|
|||||||
class operator Implicit(A: TSubscription): TProducer<T>; overload;
|
class operator Implicit(A: TSubscription): TProducer<T>; overload;
|
||||||
property Owner: IProducer<T> read FOwner;
|
property Owner: IProducer<T> read FOwner;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
private
|
private
|
||||||
FProducer: IProducer<T>;
|
FProducer: IProducer<T>;
|
||||||
class function GetNull: IProducer<T>; static; inline;
|
class function GetNull: IProducer<T>; static; inline;
|
||||||
|
|||||||
Reference in New Issue
Block a user