Fix OS/2 bustage from Akkana's checkin by removing extraneous |const|. r=akkana b=124265

This commit is contained in:
dbaron%fas.harvard.edu 2002-09-14 01:10:33 +00:00
parent 42869354c5
commit 0b1d62b9af

View File

@ -1272,7 +1272,7 @@ nsEditorShell::GetHTMLSourceMode(PRBool *_retval)
}
NS_IMETHODIMP
nsEditorShell::SetHTMLSourceMode(const PRBool aSourceMode)
nsEditorShell::SetHTMLSourceMode(PRBool aSourceMode)
{
mHTMLSourceMode = aSourceMode;