зеркало из https://github.com/mozilla/gecko-dev.git
Commented out forward class declaration that was choking code warrior
This commit is contained in:
Родитель
b8cd633615
Коммит
0384c91bfb
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче