Fixes compilation on 0.9.4.
This commit is contained in:
parent
8042e124e1
commit
07d4fd2253
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
import json
|
||||
|
||||
when not NimrodPatch >= 5:
|
||||
when not (NimrodPatch >= 5):
|
||||
when not defined(`{}`):
|
||||
proc `{}`*(node: PJsonNode, key: string): PJsonNode =
|
||||
## Transverses the node and gets the given value. If any of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue