From 894193eb43b81267f83bc722204d33df28478f79 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Fri, 10 Apr 2020 23:49:23 -0500 Subject: Fix type override issue --- nimterop/grammar.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimterop/grammar.nim b/nimterop/grammar.nim index 2e6b585..8e1d290 100644 --- a/nimterop/grammar.nim +++ b/nimterop/grammar.nim @@ -178,7 +178,7 @@ proc initGrammar(): Grammar = var i = 0 - typ = nimState.getIdentifier(nimState.data[i].val, nskType).getType() + typ = nimState.getIdentifier(nimState.data[i].val, nskType, "Parent").getType() name = "" nname = "" tptr = "" -- cgit v1.2.3