diff options
| -rw-r--r-- | nimterop/grammar.nim | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "" |
