Switching one last bool to PRBool. a=mcmullen

This commit is contained in:
mcafee%netscape.com 1999-02-26 19:22:43 +00:00
parent 59afd8abfb
commit 3d6f3bbe9f
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;