Build fix

This commit is contained in:
Joshua Granick
2015-07-31 20:04:08 -07:00
parent 67b3c09541
commit f1b0967137

View File

@@ -281,10 +281,13 @@ class Window {
} }
} }
#else #else
return System.getDisplay (0); return System.getDisplay (0);
#end #end
return null;
} }