Commented out forward class declaration that was choking code warrior

git-svn-id: svn://10.0.0.236/trunk@1859 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
thom
1998-05-18 22:45:00 +00:00
parent 6800ec6d38
commit dc472ffeb0
2 changed files with 4 additions and 2 deletions

View File

@@ -39,7 +39,8 @@
#include <fstream.h>
class nsIURL;
class ifstream;
//class ifstream; XXX mac didn't like this, but this doesn't seem to be needed
// for the pc either...
class CScanner {
public:

View File

@@ -39,7 +39,8 @@
#include <fstream.h>
class nsIURL;
class ifstream;
//class ifstream; XXX mac didn't like this, but this doesn't seem to be needed
// for the pc either...
class CScanner {
public: