Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build. (Last one, I promise)

This commit is contained in:
peterv%netscape.com 2002-01-24 14:18:26 +00:00
Родитель d88de8560f
Коммит 711d78a28b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -129,7 +129,7 @@ public:
*
* @param aOutputStream the current output stream
*/
void getOutputStream(ostream** aOutputStream) = 0;
virtual void getOutputStream(ostream** aOutputStream) = 0;
/*
* Sets the output stream.