Fix build bustage

This commit is contained in:
tague%netscape.com 1999-08-06 03:10:14 +00:00
parent 6706d1630d
commit dad401a40f
2 changed files with 2 additions and 2 deletions

View File

@ -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__

View File

@ -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__