Accidently swaped PRBool and PRInt32 in my last checkin. r=akk

git-svn-id: svn://10.0.0.236/trunk@75114 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.BenB%bucksch.org
2000-07-28 23:49:12 +00:00
parent d36d1b2c49
commit edb0e79de0
2 changed files with 4 additions and 4 deletions

View File

@@ -189,8 +189,8 @@ protected:
PRBool mStartedOutput; // we've produced at least a character
nsString mURL;
PRInt32 mStructs; // Output structs (pref)
PRBool mHeaderStrategy; /* Header strategy (pref)
PRBool mStructs; // Output structs (pref)
PRInt32 mHeaderStrategy; /* Header strategy (pref)
0 = no indention
1 = indention, increased with
header level (default)