fix 14544 pop move msg filters broken r=dougt a=chofman
git-svn-id: svn://10.0.0.236/trunk@48895 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ba9de776b0
commit
6fbcbb3bfc
@ -746,6 +746,8 @@ public:
|
||||
nsInputStream& operator >> (nsInputStream& (*pf)(nsInputStream&))
|
||||
{ return nsInputStream::operator >>(pf); }
|
||||
|
||||
virtual void flush() {if (mFileOutputStream) mFileOutputStream->Flush();}
|
||||
|
||||
// DATA
|
||||
protected:
|
||||
nsCOMPtr<nsIFileOutputStream> mFileOutputStream;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user