зеркало из https://github.com/mozilla/pjs.git
Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build.
This commit is contained in:
Родитель
6dec8e6acd
Коммит
35f12a5eb4
|
@ -124,6 +124,13 @@ public:
|
|||
class txStreamXMLEventHandler : public txOutputXMLEventHandler
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* Get the output stream.
|
||||
*
|
||||
* @param aOutputStream the current output stream
|
||||
*/
|
||||
void getOutputStream(ostream** aOutputStream);
|
||||
|
||||
/*
|
||||
* Sets the output stream.
|
||||
*
|
||||
|
|
|
@ -254,7 +254,7 @@ void txXMLOutput::startElement(const String& aName,
|
|||
void txXMLOutput::getOutputStream(ostream** aOutputStream)
|
||||
{
|
||||
if (aOutputStream)
|
||||
aOutputStream = mOut;
|
||||
*aOutputStream = mOut;
|
||||
}
|
||||
|
||||
void txXMLOutput::setOutputStream(ostream* aOutputStream)
|
||||
|
|
Загрузка…
Ссылка в новой задаче