From 3dc8aba7a43bc341cd35d9958bba793e197d05af Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Fri, 22 Oct 1999 02:26:35 +0000 Subject: [PATCH] Added a C++ include of nsIPresContext.h git-svn-id: svn://10.0.0.236/trunk@51488 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsIDocShell.idl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/docshell/base/nsIDocShell.idl b/mozilla/docshell/base/nsIDocShell.idl index 81d16a42765..4d7b0496997 100644 --- a/mozilla/docshell/base/nsIDocShell.idl +++ b/mozilla/docshell/base/nsIDocShell.idl @@ -25,6 +25,10 @@ #include "domstubs.idl" #include "nsIPref.idl" +%{ C++ +#include "nsIPresContext.h" +%} + /** * The nsIDocShell */