Fixed compiler warning.

git-svn-id: svn://10.0.0.236/trunk@27497 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcmullen%netscape.com
1999-04-15 01:07:20 +00:00
parent 1a5c33acc8
commit 4e174e2b8e
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ public:
{
return mInputStream;
}
char eof() const { return get_at_eof(); }
PRBool eof() const { return get_at_eof(); }
char get();
void close()
{

View File

@@ -171,7 +171,7 @@ public:
{
return mInputStream;
}
char eof() const { return get_at_eof(); }
PRBool eof() const { return get_at_eof(); }
char get();
void close()
{