Merge: Refactor FFI, the framework is now based on MModules
[nit.git] / src / common_ffi / common_ffi.nit
index 2a9e7d4..5b2c0d7 100644 (file)
@@ -101,7 +101,7 @@ redef class AModule
        end
 end
 
-redef class AExternPropdef
+redef class AMethPropdef
        private var ffi_has_been_compiled = false
 
        # Compile the necessary wrapper around this extern method or constructor