From 2ed3995c963601b32399005a893d8f81965233dd Mon Sep 17 00:00:00 2001 From: "jdunn%netscape.com" Date: Mon, 12 Apr 1999 20:56:15 +0000 Subject: [PATCH] fix compiler error (NS_DECL_ISUPPORTS doesn't require a ';' --- mailnews/news/src/nsNNTPNewsgroupList.cpp | 2 +- mailnews/news/tests/nsNNTPNewsgroupListStub.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mailnews/news/src/nsNNTPNewsgroupList.cpp b/mailnews/news/src/nsNNTPNewsgroupList.cpp index f4ae8d4c45c..300c59e5d0e 100644 --- a/mailnews/news/src/nsNNTPNewsgroupList.cpp +++ b/mailnews/news/src/nsNNTPNewsgroupList.cpp @@ -89,7 +89,7 @@ public: nsNNTPNewsgroupList(nsINNTPHost *, nsINNTPNewsgroup*); nsNNTPNewsgroupList(); virtual ~nsNNTPNewsgroupList(); - NS_DECL_ISUPPORTS; + NS_DECL_ISUPPORTS NS_IMETHOD GetRangeOfArtsToDownload(PRInt32 first_possible, diff --git a/mailnews/news/tests/nsNNTPNewsgroupListStub.cpp b/mailnews/news/tests/nsNNTPNewsgroupListStub.cpp index 60761ab213f..4d048785977 100644 --- a/mailnews/news/tests/nsNNTPNewsgroupListStub.cpp +++ b/mailnews/news/tests/nsNNTPNewsgroupListStub.cpp @@ -41,7 +41,7 @@ class nsNNTPNewsgroupListStub : public nsINNTPNewsgroupList { nsNNTPNewsgroupListStub(nsINNTPHost * host, nsINNTPNewsgroup * newsgroup); virtual ~nsNNTPNewsgroupListStub(); - NS_DECL_ISUPPORTS; + NS_DECL_ISUPPORTS NS_IMETHOD GetRangeOfArtsToDownload(PRInt32 first_message, PRInt32 last_message, PRInt32 maxextra, PRInt32 *real_first_message, PRInt32 *real_last_message, PRInt32 *_retval);