Skip to content

Commit 02ba896

Browse files
committed
reduced binary overhead for Weak<T>
1 parent 9c20bc1 commit 02ba896

File tree

3 files changed

+221
-148
lines changed

3 files changed

+221
-148
lines changed

Source/Base/Spring.Events.Base.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ function SafeIsClass(p: Pointer; cls: TClass): Boolean; inline;
138138
Result := IsValidObj(p) and (TObject(p) is cls);
139139
end;
140140

141+
141142
{$REGION 'TEventBase'}
142143

143144
constructor TEventBase.Create(const threadSafe: Boolean);

0 commit comments

Comments
 (0)