src: transform all old writable in annotations
[nit.git] / src / common_ffi / cpp.nit
index 8cdce81..06f8f25 100644 (file)
@@ -27,7 +27,7 @@ end
 redef class MModule
        private var cpp_file: nullable CPPCompilationUnit = null
 
-       var cpp_compiler_options writable = ""
+       var cpp_compiler_options = "" is writable
 end
 
 class CPPLanguage