From e849d57e45dd74bef09edcba3cb1c4dadd831d2b Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Sun, 31 Jan 1999 06:53:34 +0000 Subject: [PATCH] Use correct key for implementing Isupports... --- mailnews/news/src/nsNNTPNewsgroupList.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mailnews/news/src/nsNNTPNewsgroupList.cpp b/mailnews/news/src/nsNNTPNewsgroupList.cpp index b5b1537877d3..8d8ce025dcb6 100644 --- a/mailnews/news/src/nsNNTPNewsgroupList.cpp +++ b/mailnews/news/src/nsNNTPNewsgroupList.cpp @@ -60,6 +60,8 @@ class MessageDBView; #include "msgpane.h" #endif +static NS_DEFINE_IID(kINNTPNewsgroupListIID, NS_INNTPNEWSGROUPLIST_IID); + /* temporary hack until MessageKey is defined */ typedef PRUint32 MessageKey; @@ -182,7 +184,7 @@ nsNNTPNewsgroupList::~nsNNTPNewsgroupList() { } -NS_IMPL_ISUPPORTS(nsNNTPNewsgroupList, NS_INNTPNEWSGROUPLIST_IID); +NS_IMPL_ISUPPORTS(nsNNTPNewsgroupList, kINNTPNewsgroupListIID); nsresult nsNNTPNewsgroupList::InitNewsgroupList(const char *url, const char *groupName)