зеркало из https://github.com/mozilla/gecko-dev.git
For some reason, the IID stuff didn't compile on the Mac. Fixed now.
This commit is contained in:
Родитель
04aa08ec0d
Коммит
b9739cc681
|
@ -69,7 +69,9 @@ nsProperties::~nsProperties()
|
|||
}
|
||||
}
|
||||
|
||||
NS_IMPL_ISUPPORTS(nsProperties, NS_IPROPERTIES_IID)
|
||||
NS_DEFINE_IID(kIPropertiesIID, NS_IPROPERTIES_IID);
|
||||
|
||||
NS_IMPL_ISUPPORTS(nsProperties, kIPropertiesIID)
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsProperties::Load(nsIInputStream *aIn)
|
||||
|
|
|
@ -69,7 +69,9 @@ nsProperties::~nsProperties()
|
|||
}
|
||||
}
|
||||
|
||||
NS_IMPL_ISUPPORTS(nsProperties, NS_IPROPERTIES_IID)
|
||||
NS_DEFINE_IID(kIPropertiesIID, NS_IPROPERTIES_IID);
|
||||
|
||||
NS_IMPL_ISUPPORTS(nsProperties, kIPropertiesIID)
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsProperties::Load(nsIInputStream *aIn)
|
||||
|
|
Загрузка…
Ссылка в новой задаче