Fix compiler warning b=231716 p=gautheri@noos.fr r/sr=dbaron

This commit is contained in:
neil%parkwaycc.co.uk 2004-01-22 13:07:40 +00:00
Родитель ea25d73aba
Коммит 7bd568d3e7
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -111,6 +111,7 @@ view_manager(nsIDocShell *aDocShell)
return shell->GetViewManager();
}
#ifdef DEBUG
static already_AddRefed<nsIDocument>
document(nsIDocShell *aDocShell)
{
@ -125,6 +126,7 @@ document(nsIDocShell *aDocShell)
CallQueryInterface(domDoc, &result);
return result;
}
#endif
nsLayoutDebuggingTools::nsLayoutDebuggingTools()
: mPaintFlashing(PR_FALSE),