fix compiler error (NS_DECL_ISUPPORTS doesn't require a ';'

This commit is contained in:
jdunn%netscape.com 1999-04-12 20:56:15 +00:00
Родитель 517363c661
Коммит 3bfb1ebbb6
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -89,7 +89,7 @@ public:
nsNNTPNewsgroupList(nsINNTPHost *, nsINNTPNewsgroup*);
nsNNTPNewsgroupList();
virtual ~nsNNTPNewsgroupList();
NS_DECL_ISUPPORTS;
NS_DECL_ISUPPORTS
NS_IMETHOD GetRangeOfArtsToDownload(PRInt32 first_possible,

Просмотреть файл

@ -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);