mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 328009 UniversalChardetTest.cpp(65) : warning C4800: 'const PRBool' : forcing value to bool 'true' or 'false' (performance warning)
r=smontagu sr=bz
This commit is contained in:
parent
f23ddfbebf
commit
3a351ccd58
@ -62,7 +62,7 @@ class nsUniversalChardetTest : public nsUniversalDetector
|
||||
nsUniversalChardetTest() { };
|
||||
virtual ~nsUniversalChardetTest() { };
|
||||
|
||||
bool done() const { return mDone; }
|
||||
PRBool done() const { return mDone; }
|
||||
|
||||
private:
|
||||
virtual void Report(const char* aCharset)
|
||||
|
Loading…
Reference in New Issue
Block a user