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 2005-11-02 07:38:00 +00:00
parent b9434ef3fe
commit e05d387e26

View File

@ -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.