From e1efbf62339cae88e31e1ddff63d98a74f1a6423 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Wed, 11 Nov 1998 20:58:23 +0000 Subject: [PATCH] Added forward declaration of nsIDMItem. Made sure that we actually define NS_IDMWIDGET_IID here. git-svn-id: svn://10.0.0.236/trunk@14457 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/public/nsIDMWidget.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/widget/public/nsIDMWidget.h b/mozilla/widget/public/nsIDMWidget.h index 79d0d154182..46977a11501 100644 --- a/mozilla/widget/public/nsIDMWidget.h +++ b/mozilla/widget/public/nsIDMWidget.h @@ -23,9 +23,10 @@ #include "nsGUIEvent.h" class nsIDataModel; +class nsIDMItem; // {E6ED4EC4-5985-11d2-96ED-00104B7B7DEB} -#define NS_IDATAMODEL_IID \ +#define NS_IDMWIDGET_IID \ { 0xe6ed4ec4, 0x5985, 0x11d2, \ { 0x96, 0xed, 0x0, 0x10, 0x4b, 0x7b, 0x7d, 0xeb } }