fixes regression: tobjconstr2 test works again

This commit is contained in:
Araq
2015-10-14 00:41:27 +02:00
parent f4bfa076ae
commit a40ace648d
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ var b = Bar(x: 100, y: 200) # used to fail
# bug 1275
type
Graphic = object of TObject
Graphic = object of RootObj
case kind: range[0..1]
of 0:
radius: float