Removed warning. mDTDState is of type nsresult

git-svn-id: svn://10.0.0.236/trunk@41889 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
harishd%netscape.com
1999-08-03 00:03:00 +00:00
parent 8b7a6944dd
commit 4e43438e4e
2 changed files with 2 additions and 2 deletions

View File

@@ -532,7 +532,6 @@ protected:
PRBool mHasOpenBody;
PRBool mHadFrameset;
PRBool mHadBody;
PRBool mDTDState;
nsString mFilename;
nsIDTDDebug* mDTDDebug;
PRInt32 mLineNumber;
@@ -544,6 +543,7 @@ protected:
PRBool mSaveBadTokens;
eHTMLTags mSkipTarget;
nsDeque mSharedNodes;
nsresult mDTDState;
PRUint32 mComputedCRC32;
PRUint32 mExpectedCRC32;

View File

@@ -532,7 +532,6 @@ protected:
PRBool mHasOpenBody;
PRBool mHadFrameset;
PRBool mHadBody;
PRBool mDTDState;
nsString mFilename;
nsIDTDDebug* mDTDDebug;
PRInt32 mLineNumber;
@@ -544,6 +543,7 @@ protected:
PRBool mSaveBadTokens;
eHTMLTags mSkipTarget;
nsDeque mSharedNodes;
nsresult mDTDState;
PRUint32 mComputedCRC32;
PRUint32 mExpectedCRC32;