Skip to content

Commit 064155d

Browse files
committed
Fixup wasm compilation error
1 parent c5804ed commit 064155d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nimx/cursor.nim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ when defined(js) or defined(emscripten) or defined(wasm):
6161
of ckSizeAll: "all-scroll"
6262
of ckNotAllowed: "not-allowed"
6363
of ckHand: "pointer"
64+
65+
proc finalizeCursorObj(c: CursorObj) =
66+
discard
6467
elif appKit:
6568
proc NSCursorOfKind(c: CursorKind): NSCursor =
6669
case c

0 commit comments

Comments
 (0)