зеркало из https://github.com/mozilla/pjs.git
For some reason, the IID stuff didn't compile on the Mac. Fixed now.
This commit is contained in:
Родитель
9ae21057bf
Коммит
75f1796700
|
@ -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
|
NS_IMETHODIMP
|
||||||
nsProperties::Load(nsIInputStream *aIn)
|
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
|
NS_IMETHODIMP
|
||||||
nsProperties::Load(nsIInputStream *aIn)
|
nsProperties::Load(nsIInputStream *aIn)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче