* Typecast to pointer of self() needed

This commit is contained in:
Michaël Van Canneyt 2024-11-28 11:38:14 +01:00
parent ae495ab888
commit 74ea291454

View File

@ -80,7 +80,7 @@ begin
FOnTimer:=aEvent;
FSender:=aSender;
FInterval:=aInterval;
FID:=__wasm_timer_allocate(aInterval,Self);
// FID:=__wasm_timer_allocate(aInterval,Self);
if (FID=0) then
begin
__wasmtimer_log(wllError,SErrCouldNotCreateTimer);