lib: update mnit module to the latest FFI spec
[nit.git] / lib / mnit_linux / linux_opengles1.nit
index 8edf757..e27771b 100644 (file)
@@ -92,7 +92,7 @@ redef extern Opengles1Image
        `}
 
        # using sdl
-       new from_file( path: String ) is extern import String::to_cstring `{
+       new from_file( path: String ) is extern import String.to_cstring `{
                SDL_Surface *sdl_image;
                struct mnit_opengles_Texture *opengles_image;