code: remove `protected` from top-level methods (now in sys)
[nit.git] / lib / markdown / nitmd.nit
index 781a484..3570513 100644 (file)
@@ -28,7 +28,7 @@ if not file.file_exists then
        exit 0
 end
 
-var ifs = new IFStream.open(file)
+var ifs = new FileReader.open(file)
 var md = ifs.read_all
 ifs.close