Bug 321171, See if this fixes build errors on Windows/Linux

This commit is contained in:
enndeakin@sympatico.ca 2007-06-15 08:30:28 -07:00
Родитель 439d43e8b3
Коммит cd1d90fb39
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -38,8 +38,8 @@
#include "nsXULTemplateResultXML.h"
#include "nsXMLBinding.h"
NS_IMPL_ADDREF(nsXMLBindingSet);
NS_IMPL_RELEASE(nsXMLBindingSet);
NS_IMPL_ADDREF(nsXMLBindingSet)
NS_IMPL_RELEASE(nsXMLBindingSet)
nsresult
nsXMLBindingSet::AddBinding(nsIAtom* aVar, nsIDOMXPathExpression* aExpr)

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

@ -85,8 +85,8 @@ public:
public:
nsrefcnt AddRef();
nsrefcnt Release();
NS_IMETHOD_(nsrefcnt) AddRef();
NS_IMETHOD_(nsrefcnt) Release();
NS_DECL_OWNINGTHREAD
/**