Revert last change, because it is wrong.

Original commit message from CVS:
Revert last change, because it is wrong.
This commit is contained in:
David Schleef 2003-07-25 19:42:28 +00:00
parent f63b0cf6c5
commit dd67a01ad2

View file

@ -9,7 +9,7 @@
AUStream::AUStream ():
cur_rd (0), cur_wr (0), totalctr (0), size (0), buf (0)
{
buf = new (Aunit **)[AUStream::BUF_SIZE];
buf = new (Aunit *)[AUStream::BUF_SIZE];
}