Use the nsRenderingContextImpl as the Base Class for nsRenderingContextImpl.

git-svn-id: svn://10.0.0.236/trunk@64613 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dcone%netscape.com
2000-03-30 15:13:12 +00:00
parent cde1e44df3
commit 4982edfcd1

View File

@@ -23,7 +23,7 @@
#ifndef nsRenderingContextMac_h___
#define nsRenderingContextMac_h___
#include "nsIRenderingContext.h"
#include "nsRenderingContextImpl.h"
#include "nsDrawingSurfaceMac.h"
#include "nsUnicodeRenderingToolkit.h"
#include <QDOffscreen.h>
@@ -45,7 +45,7 @@ class nsIGraphics;
//------------------------------------------------------------------------
class nsRenderingContextMac : public nsIRenderingContext
class nsRenderingContextMac : public nsRenderingContextImpl
{
public:
nsRenderingContextMac();