Skip to content

Commit

Permalink
fix subhook_t
Browse files Browse the repository at this point in the history
  • Loading branch information
ba0f3 committed Jul 18, 2018
1 parent f93225b commit 38fc41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subhook.nim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


type
subhook_t {.final, pure, importc.} = object
subhook_t* {.final, pure.} = object

proc subhook_new(src, dst: pointer, options: int): ptr subhook_t {.subhook.}
proc subhook_free(hook: ptr subhook_t) {.subhook.}
Expand Down

0 comments on commit 38fc41b

Please sign in to comment.