X-Git-Url: http://nitlanguage.org diff --git a/lib/pnacl.nit b/lib/pnacl.nit index 70b8e7c..516c860 100644 --- a/lib/pnacl.nit +++ b/lib/pnacl.nit @@ -630,9 +630,9 @@ end # A stream for PNaCl, redefines basic input and output methods. class PnaclStream - super PollableIStream - super OStream - super BufferedIStream + super PollableReader + super Writer + super BufferedReader init do prepare_buffer(10)