X-Git-Url: http://nitlanguage.org diff --git a/src/metrics/model_hyperdoc.nit b/src/metrics/model_hyperdoc.nit index 43384d9..9e66e73 100644 --- a/src/metrics/model_hyperdoc.nit +++ b/src/metrics/model_hyperdoc.nit @@ -186,7 +186,7 @@ do end end buf.append("\n") - var f = new OFStream.open(toolcontext.output_dir.join_path("model.html")) + var f = new FileWriter.open(toolcontext.output_dir.join_path("model.html")) f.write(buf.to_s) f.close end