From 4982edfcd126d67a7d5966238106e608e43587c5 Mon Sep 17 00:00:00 2001 From: "dcone%netscape.com" Date: Thu, 30 Mar 2000 15:13:12 +0000 Subject: [PATCH] Use the nsRenderingContextImpl as the Base Class for nsRenderingContextImpl. git-svn-id: svn://10.0.0.236/trunk@64613 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/mac/nsRenderingContextMac.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/gfx/src/mac/nsRenderingContextMac.h b/mozilla/gfx/src/mac/nsRenderingContextMac.h index 2e2e5f7308d..7fd874a7d2f 100644 --- a/mozilla/gfx/src/mac/nsRenderingContextMac.h +++ b/mozilla/gfx/src/mac/nsRenderingContextMac.h @@ -23,7 +23,7 @@ #ifndef nsRenderingContextMac_h___ #define nsRenderingContextMac_h___ -#include "nsIRenderingContext.h" +#include "nsRenderingContextImpl.h" #include "nsDrawingSurfaceMac.h" #include "nsUnicodeRenderingToolkit.h" #include @@ -45,7 +45,7 @@ class nsIGraphics; //------------------------------------------------------------------------ -class nsRenderingContextMac : public nsIRenderingContext +class nsRenderingContextMac : public nsRenderingContextImpl { public: nsRenderingContextMac();