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:
parent
b677533b37
commit
376d73af3c
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user