Bustage fix for bug 801383 NNTP search fix part. Remove MOZ_OVERRRIDE from the destructor because windows doesn't allow it. r=bustage-fix CLOSED TREE

This commit is contained in:
Mark Banner 2012-10-17 10:14:07 +01:00
Родитель 42028042a4
Коммит 2b0a059239
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -16,7 +16,7 @@ class nsMsgSearchNews : public nsMsgSearchAdapter
{
public:
nsMsgSearchNews (nsMsgSearchScopeTerm *scope, nsISupportsArray *termList);
virtual ~nsMsgSearchNews () MOZ_OVERRIDE;
virtual ~nsMsgSearchNews ();
NS_IMETHOD ValidateTerms () MOZ_OVERRIDE;
NS_IMETHOD Search (bool *aDone) MOZ_OVERRIDE;