contrib/inkscape_tools: fix noinit in redef warning
authorAlexandre Terrasa <alexandre@moz-code.org>
Wed, 20 Apr 2016 06:35:06 +0000 (02:35 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Wed, 20 Apr 2016 06:35:06 +0000 (02:35 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

contrib/inkscape_tools/tests/app/src/s2pn.nit

index 9b496a1..bc44923 100644 (file)
@@ -18,7 +18,7 @@ import drawing
 
 redef class App
 
-       var img_set: DrawingImages
+       var img_set: DrawingImages is noinit
 
        init do super