Switching one last bool to PRBool. a=mcmullen

git-svn-id: svn://10.0.0.236/trunk@22189 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 1999-02-26 19:22:43 +00:00
parent b677533b37
commit 376d73af3c
2 changed files with 2 additions and 2 deletions

View File

@ -462,7 +462,7 @@ class NS_BASE nsDirectoryIterator
operator nsFileSpec&() { return mCurrent; }
private:
nsFileSpec mCurrent;
bool mExists; // MUST be bool.
PRBool mExists; // MUST be bool.
#if defined(XP_UNIX)
DIR* mDir;

View File

@ -462,7 +462,7 @@ class NS_BASE nsDirectoryIterator
operator nsFileSpec&() { return mCurrent; }
private:
nsFileSpec mCurrent;
bool mExists; // MUST be bool.
PRBool mExists; // MUST be bool.
#if defined(XP_UNIX)
DIR* mDir;