зеркало из https://github.com/mozilla/gecko-dev.git
fixed a multiple definition of nsISupports. r=beard
This commit is contained in:
Родитель
1d151f86d2
Коммит
aaa2c30d7c
|
@ -67,12 +67,6 @@ nsDeviceContextMac :: ~nsDeviceContextMac()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
|
||||||
|
|
||||||
NS_IMPL_QUERY_INTERFACE(nsDeviceContextMac, kDeviceContextIID);
|
|
||||||
NS_IMPL_ADDREF(nsDeviceContextMac);
|
|
||||||
NS_IMPL_RELEASE(nsDeviceContextMac);
|
|
||||||
|
|
||||||
/** ---------------------------------------------------
|
/** ---------------------------------------------------
|
||||||
* See documentation in nsIDeviceContext.h
|
* See documentation in nsIDeviceContext.h
|
||||||
* @update 12/9/98 dwc
|
* @update 12/9/98 dwc
|
||||||
|
|
|
@ -37,8 +37,6 @@ class nsDeviceContextMac : public DeviceContextImpl
|
||||||
public:
|
public:
|
||||||
nsDeviceContextMac();
|
nsDeviceContextMac();
|
||||||
|
|
||||||
NS_DECL_ISUPPORTS_INHERITED
|
|
||||||
|
|
||||||
NS_IMETHOD Init(nsNativeWidget aNativeWidget);
|
NS_IMETHOD Init(nsNativeWidget aNativeWidget);
|
||||||
|
|
||||||
NS_IMETHOD CreateRenderingContext(nsIRenderingContext *&aContext);
|
NS_IMETHOD CreateRenderingContext(nsIRenderingContext *&aContext);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче