зеркало из https://github.com/mozilla/pjs.git
fix compiler error (NS_DECL_ISUPPORTS doesn't require a ';'
This commit is contained in:
Родитель
a51581be50
Коммит
2ed3995c96
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче