From 78e31056de4c5f90ccb80e94da381fe7f14d0b64 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Fri, 10 Feb 2006 22:48:22 +0000 Subject: [PATCH] Changed to use NS_DECL_ISUPPORTS_INHERITED. r=beard git-svn-id: svn://10.0.0.236/trunk@189599 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/mac/nsDeviceContextMac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/widget/src/mac/nsDeviceContextMac.h b/mozilla/widget/src/mac/nsDeviceContextMac.h index bec1cef7eb2..40b06b12c79 100644 --- a/mozilla/widget/src/mac/nsDeviceContextMac.h +++ b/mozilla/widget/src/mac/nsDeviceContextMac.h @@ -35,7 +35,7 @@ class nsDeviceContextMac : public DeviceContextImpl public: nsDeviceContextMac(); - NS_DECL_ISUPPORTS + NS_DECL_ISUPPORTS_INHERITED NS_IMETHOD Init(nsNativeWidget aNativeWidget);