Remove copy-pasted scope qualifier for ReadSegments decl, jdunn says HP aCC barfs on it (a=leaf).

This commit is contained in:
brendan%mozilla.org 2003-04-23 16:48:08 +00:00
Родитель feee4cd410
Коммит 784eab4a1d
1 изменённых файлов: 2 добавлений и 4 удалений

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

@ -293,10 +293,8 @@ class nsFastLoadFileReader
// Override ReadSegments too, as nsBinaryInputStream::ReadSegments does
// not call through our overridden Read method -- it calls directly into
// the underlying input stream.
NS_IMETHODIMP nsFastLoadFileReader::ReadSegments(nsWriteSegmentFun aWriter,
void* aClosure,
PRUint32 aCount,
PRUint32 *aResult);
NS_IMETHODIMP ReadSegments(nsWriteSegmentFun aWriter, void* aClosure,
PRUint32 aCount, PRUint32 *aResult);
nsresult ReadHeader(nsFastLoadHeader *aHeader);