Commented out line causing link error on mac (fix later).

This commit is contained in:
warren%netscape.com 1999-03-11 11:03:43 +00:00
Родитель 9198ea0da6
Коммит 7ffd58be7e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -883,7 +883,7 @@ CompositeDataSourceImpl::GetEnabledCommands(nsISupportsArray* aSources,
}
else {
nsIEnumerator* unionCmds;
rv = NS_NewUnionEnumerator(commands, dsCmds, &unionCmds);
// rv = NS_NewUnionEnumerator(commands, dsCmds, &unionCmds); // until we can fix the mac project file
if (NS_FAILED(rv)) return rv;
NS_RELEASE(dsCmds);
commands = dont_QueryInterface(unionCmds);