Commented out forward class declaration that was choking code warrior

This commit is contained in:
thom 1998-05-18 22:45:00 +00:00
Родитель b8cd633615
Коммит 0384c91bfb
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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:

Просмотреть файл

@ -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: