From dc472ffeb02cc8db1db72f92a234a35a4d19ddd6 Mon Sep 17 00:00:00 2001 From: thom Date: Mon, 18 May 1998 22:45:00 +0000 Subject: [PATCH] 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 --- mozilla/htmlparser/src/nsScanner.h | 3 ++- mozilla/parser/htmlparser/src/nsScanner.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mozilla/htmlparser/src/nsScanner.h b/mozilla/htmlparser/src/nsScanner.h index 4ecad26d2df..244544d0a15 100644 --- a/mozilla/htmlparser/src/nsScanner.h +++ b/mozilla/htmlparser/src/nsScanner.h @@ -39,7 +39,8 @@ #include 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: diff --git a/mozilla/parser/htmlparser/src/nsScanner.h b/mozilla/parser/htmlparser/src/nsScanner.h index 4ecad26d2df..244544d0a15 100644 --- a/mozilla/parser/htmlparser/src/nsScanner.h +++ b/mozilla/parser/htmlparser/src/nsScanner.h @@ -39,7 +39,8 @@ #include 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: