Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match. In this case, a macro had been used that was in one of the obsolete files 'PRIVATE'. Replaced this by its value 'static'

This commit is contained in:
mcmullen%netscape.com 1999-04-01 20:39:30 +00:00
Родитель 6f36be6af3
Коммит c08fb50ed1
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -617,7 +617,7 @@ nsHTMLFrameInnerFrame::GetParentContent(nsIContent*& aContent)
}
PRIVATE
static
void TempMakeAbsURL(nsIContent* aContent, nsString& aRelURL, nsString& aAbsURL)
{
nsIURL* baseURL = nsnull;

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

@ -617,7 +617,7 @@ nsHTMLFrameInnerFrame::GetParentContent(nsIContent*& aContent)
}
PRIVATE
static
void TempMakeAbsURL(nsIContent* aContent, nsString& aRelURL, nsString& aAbsURL)
{
nsIURL* baseURL = nsnull;