ffi: update code with last syntax
[nit.git] / lib / curses / curses.nit
index d2caf35..b705cad 100644 (file)
@@ -20,7 +20,7 @@ in "C header" `{
 `}
 
 # A curse windows
-extern Window `{WINDOW *`}
+extern class Window `{WINDOW *`}
        # Initialize the screen
        new `{
                WINDOW *res;