mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +02:00
* Typecast to pointer of self() needed
This commit is contained in:
parent
ae495ab888
commit
74ea291454
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user