Merge remote-tracking branch 'origin/devel' into appveyor

This commit is contained in:
Aman Gupta
2015-10-13 16:14:19 -07:00
3 changed files with 9 additions and 9 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