fixed build problem; m_fileCounter undefined

This commit is contained in:
mscott%netscape.com 1999-02-06 02:04:41 +00:00
parent ef128e0acd
commit 8575f082e8

View File

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