Skip to content

Commit

Permalink
repl with int?
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Mar 31, 2023
1 parent 1d48aea commit 12ada2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.nim
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ proc data*(e: Event): pointer =
proc response*(e: Event): pointer =
e.impl.response

proc getInt*(e: Event): clonglong =
proc getInt*(e: Event): int =
int bindings.getInt(e.impl)

proc getString*(e: Event): string =
Expand Down

0 comments on commit 12ada2a

Please sign in to comment.