Another beos fix for the nsSound api changes.

This commit is contained in:
cls%seawood.org 2000-06-06 00:22:40 +00:00
Родитель 46aae20415
Коммит b2b774fe9a
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -204,9 +204,7 @@ nsresult nsWidgetFactory::CreateInstance(nsISupports *aOuter,
inst = (nsISupports*)(nsWindow *)new nsLabel();
}
else if (mClassID.Equals(kCSound)) {
nsISound* aSound = nsnull;
NS_NewSound(&aSound);
inst = (nsISupports*) aSound;
inst = (nsISupports*)new nsSound();
}
else if (mClassID.Equals(kCTransferable)) {
inst = (nsISupports*)new nsTransferable();