diff options
Diffstat (limited to 'lib/base/nregex.nim')
-rw-r--r-- | lib/base/nregex.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base/nregex.nim b/lib/base/nregex.nim index 509f77f1b..77afb8421 100644 --- a/lib/base/nregex.nim +++ b/lib/base/nregex.nim @@ -12,7 +12,7 @@ type regMN, regNewline - TRegex = record + TRegex = object of TObject case kind: TRegexKind of regChar: c: char of regSet: s: ref set[char] |