fix compiler error (NS_DECL_ISUPPORTS shouldn't have a ';' at the end

This commit is contained in:
jdunn%netscape.com 1999-04-12 20:40:13 +00:00
Родитель 892a510708
Коммит 985b58a940
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -39,7 +39,7 @@ public:
nsMsgMailSession();
virtual ~nsMsgMailSession();
NS_DECL_ISUPPORTS;
NS_DECL_ISUPPORTS
// nsIMsgMailSession support
NS_IMETHOD GetCurrentIdentity(nsIMsgIdentity ** aIdentity);