follow on fix for win32 removing nsFIleSpec from 4.x migration, 33451

This commit is contained in:
bienvenu%nventure.com 2007-04-29 18:07:25 +00:00
Родитель b7f4d2ddab
Коммит 333b2a3f77
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1879,7 +1879,7 @@ nsDogbertProfileMigrator::GetDirFromPref(nsILocalFile * oldProfilePath, nsILocal
// let's make all three platforms the same.
if (PR_TRUE) {
#else
nsCOMPtr <nsILocalFile> oldPrefPathParent;
nsCOMPtr <nsIFile> oldPrefPathParent;
rv = oldPrefPath->GetParent(getter_AddRefs(oldPrefPathParent));
if (NS_FAILED(rv)) return rv;