summary refs log tree commit diff stats
path: root/compiler/nimfix/prettybase.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nimfix/prettybase.nim')
-rw-r--r--compiler/nimfix/prettybase.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimfix/prettybase.nim b/compiler/nimfix/prettybase.nim
index 8e0f5db6d..225b78479 100644
--- a/compiler/nimfix/prettybase.nim
+++ b/compiler/nimfix/prettybase.nim
@@ -34,7 +34,7 @@ proc loadFile*(info: TLineInfo) =
     for line in lines(path):
       gSourceFiles[i].lines.add(line)
     # extract line ending of the file:
-    var lex: TBaseLexer
+    var lex: BaseLexer
     open(lex, newFileStream(path, fmRead))
     var pos = lex.bufpos
     while true: