mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 04:16:16 +00:00
Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build. (Last one, I promise)
This commit is contained in:
parent
b53e1ab0b8
commit
8dead4d7a7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user