This commit is contained in:
rhp%netscape.com 1999-12-08 02:42:43 +00:00
Родитель db3b82b4eb
Коммит 3916bba943
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -173,7 +173,7 @@ protected:
@param replaceAfter (out): Number of chars of URL after pos
@return URL found
*/
static PRBool FindURL(const nsAutoString& text, PRUint32 pos,
static PRBool FindURL(const nsAutoString& text, const PRUint32 pos,
const PRUint32 whathasbeendone, nsAutoString& outputHTML,
PRInt32& replaceBefore, PRInt32& replaceAfter);