Compile fix

This commit is contained in:
Joshua Granick
2015-07-15 17:07:04 -07:00
parent 0b4c553622
commit 8e8c927cd3

View File

@@ -19,7 +19,7 @@ import lime.system.System;
#if lime_cairo
this = lime_cairo_image_surface_create (format, width, height);
#else
this = 0;
this = cast 0;
#end
}