зеркало из https://github.com/mozilla/gecko-dev.git
Another beos fix for the nsSound api changes.
This commit is contained in:
Родитель
46aae20415
Коммит
b2b774fe9a
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче