From d17caa86e841489d92165d9caa13c2d8bc86afd5 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 24 Aug 2012 17:33:04 +0200 Subject: objects with no ancestor are not implicitely final --- tests/run/tpegs.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run') diff --git a/tests/run/tpegs.nim b/tests/run/tpegs.nim index 315833326..e64cd8fef 100755 --- a/tests/run/tpegs.nim +++ b/tests/run/tpegs.nim @@ -1052,7 +1052,7 @@ type charset: set[char] ## if kind == tkCharSet index: int ## if kind == tkBackref - TPegLexer = object ## the lexer object. + TPegLexer {.inheritable.} = object ## the lexer object. bufpos: int ## the current position within the buffer buf: cstring ## the buffer itself LineNumber: int ## the current line number -- cgit 1.4.1-2-gfad0