From 59c80d1df9971d49d4bf84fd7d371077e2299246 Mon Sep 17 00:00:00 2001 From: "tague%netscape.com" Date: Fri, 6 Aug 1999 03:10:14 +0000 Subject: [PATCH] Fix build bustage --- content/events/public/nsIPrivateTextEvent.h | 2 +- layout/events/public/nsIPrivateTextEvent.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/events/public/nsIPrivateTextEvent.h b/content/events/public/nsIPrivateTextEvent.h index baf75fcd85f..1f003953d26 100644 --- a/content/events/public/nsIPrivateTextEvent.h +++ b/content/events/public/nsIPrivateTextEvent.h @@ -35,7 +35,7 @@ public: NS_IMETHOD GetText(nsString& aText) = 0; NS_IMETHOD GetInputRange(nsIPrivateTextRangeList** aInputRange) = 0; - NS_IMETHOD GetEventReply(nsTextEventReply** aReply) = 0; + NS_IMETHOD GetEventReply(struct nsTextEventReply** aReply) = 0; }; #endif // nsIPrivateTextEvent_h__ diff --git a/layout/events/public/nsIPrivateTextEvent.h b/layout/events/public/nsIPrivateTextEvent.h index baf75fcd85f..1f003953d26 100644 --- a/layout/events/public/nsIPrivateTextEvent.h +++ b/layout/events/public/nsIPrivateTextEvent.h @@ -35,7 +35,7 @@ public: NS_IMETHOD GetText(nsString& aText) = 0; NS_IMETHOD GetInputRange(nsIPrivateTextRangeList** aInputRange) = 0; - NS_IMETHOD GetEventReply(nsTextEventReply** aReply) = 0; + NS_IMETHOD GetEventReply(struct nsTextEventReply** aReply) = 0; }; #endif // nsIPrivateTextEvent_h__