diff options
Diffstat (limited to 'compiler/passaux.nim')
-rw-r--r-- | compiler/passaux.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/passaux.nim b/compiler/passaux.nim index eabce8822..09f656d58 100644 --- a/compiler/passaux.nim +++ b/compiler/passaux.nim @@ -12,10 +12,10 @@ import strutils, ast, astalgo, passes, idents, msgs, options, idgen, lineinfos -from modulegraphs import ModuleGraph +from modulegraphs import ModuleGraph, PPassContext type - VerboseRef = ref object of TPassContext + VerboseRef = ref object of PPassContext config: ConfigRef proc verboseOpen(graph: ModuleGraph; s: PSym): PPassContext = |