fixed build problem; m_fileCounter undefined

This commit is contained in:
mscott%netscape.com 1999-02-06 02:04:41 +00:00
Родитель 7be9b5f3e6
Коммит fd7a0b7e8e
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -37,7 +37,9 @@ nsPop3Sink::nsPop3Sink()
m_outputBuffer = nsnull;
m_outputBufferSize = 0;
m_mailDirectory = 0;
#ifdef DEBUG
m_fileCounter = 0;
#endif
}
nsPop3Sink::~nsPop3Sink()