зеркало из https://github.com/mozilla/pjs.git
Fixing "const" problem
This commit is contained in:
Родитель
db3b82b4eb
Коммит
3916bba943
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче