diff options
Diffstat (limited to 'lib/system/cellsets.nim')
-rwxr-xr-x | lib/system/cellsets.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/cellsets.nim b/lib/system/cellsets.nim index 4d997d0f9..b860ef38c 100755 --- a/lib/system/cellsets.nim +++ b/lib/system/cellsets.nim @@ -13,7 +13,7 @@ type TCell {.pure.} = object refcount: int # the refcount and some flags typ: PNimType - when debugGC: + when leakDetector: filename: cstring line: int |