Bug 450133 - fix nits in TestHashtables.cpp, r=bsmedberg

This commit is contained in:
Serge Gautherie 2008-08-18 19:38:50 +02:00
Родитель 0dccff6dc5
Коммит 411680e67e
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -216,7 +216,7 @@ nsCEnum(const nsACString& aKey, nsAutoPtr<TestUniChar>& aData, void* userArg) {
}
//
// all this nsIFoo stuff was copied wholesale from TestCOMPTr.cpp
// all this nsIFoo stuff was copied wholesale from TestCOMPtr.cpp
//
#define NS_IFOO_IID \
@ -228,7 +228,6 @@ class IFoo : public nsISupports
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IFOO_IID)
public:
IFoo();
NS_IMETHOD_(nsrefcnt) AddRef();