Fix compilation

pull/36/head
rexim 5 years ago
parent 5dbf97a5bb
commit 648e57e77c

@ -15,7 +15,7 @@ const defaultConfig* = Config(
fps: 60
)
macro parseObject(obj: typed, key, val: string) =
macro parseObject(obj: typed, key, val: string): typed =
result = newNimNode(nnkCaseStmt).add(key)
for c in obj.getType[2]:
let a = case c.getType.typeKind

Loading…
Cancel
Save