fixing build bustage in nsIOService.cpp

This commit is contained in:
dougt%netscape.com 2001-10-19 21:28:58 +00:00
Родитель 105e4e1635
Коммит 6f417fa41c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -217,7 +217,7 @@ nsIOService::Init()
if (prefBranch) {
nsCOMPtr<nsIPrefBranchInternal> pbi = do_QueryInterface(prefBranch);
if (pbi)
pbi->AddObserver(PORT_PREF_PREFIX, this);
pbi->AddObserver(PORT_PREF_PREFIX, this, PR_TRUE);
PrefsChanged(prefBranch);
}