mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
fixed build problem; m_fileCounter undefined
This commit is contained in:
parent
ef128e0acd
commit
8575f082e8
@ -37,7 +37,9 @@ nsPop3Sink::nsPop3Sink()
|
||||
m_outputBuffer = nsnull;
|
||||
m_outputBufferSize = 0;
|
||||
m_mailDirectory = 0;
|
||||
#ifdef DEBUG
|
||||
m_fileCounter = 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
nsPop3Sink::~nsPop3Sink()
|
||||
|
Loading…
Reference in New Issue
Block a user