adding missing initializer for member

This commit is contained in:
jband%netscape.com 1999-08-08 03:37:03 +00:00
Родитель 47baece26c
Коммит 20f2eccf21
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -29,6 +29,7 @@ nsBuffer::nsBuffer()
: mGrowBySize(0), : mGrowBySize(0),
mMaxSize(0), mMaxSize(0),
mAllocator(nsnull), mAllocator(nsnull),
mObserver(nsnull),
mBufferSize(0), mBufferSize(0),
mReadSegment(nsnull), mReadSegment(nsnull),
mReadCursor(0), mReadCursor(0),