Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
This commit is contained in:
2
netwerk/cache/nsDiskCacheStreams.h
vendored
2
netwerk/cache/nsDiskCacheStreams.h
vendored
@@ -112,7 +112,7 @@ private:
|
||||
PRUint32 mBufPos; // current mark in buffer
|
||||
PRUint32 mBufEnd; // current end of data in buffer
|
||||
PRUint32 mBufSize; // current end of buffer
|
||||
PRBool mBufDirty;
|
||||
bool mBufDirty;
|
||||
char * mBuffer;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user