Bläddra i källkod

* Correct names - must be unique

Michael Van Canneyt 8 månader sedan
förälder
incheckning
6ff92cb813
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      packages/wasm-utils/src/wasm.timer.shared.pas

+ 2 - 2
packages/wasm-utils/src/wasm.timer.shared.pas

@@ -9,8 +9,8 @@ Type
 
 const
   TimerExportName  = 'timer';
-  TimerFN_Allocate = 'allocate';
-  TimerFN_DeAllocate = 'deallocate';
+  TimerFN_Allocate = 'allocate_timer';
+  TimerFN_DeAllocate = 'deallocate_timer';
 
 
 implementation