Fix an inconsequential typo (MOZ_DECL_CTOR_COUNTER does nothing, now). r,a=waterson

This commit is contained in:
dbaron%fas.harvard.edu 2000-08-06 19:19:01 +00:00
parent bf8bdf8481
commit 2bc2822994

View File

@ -142,6 +142,7 @@ typedef enum {
eRDFContentSinkState_InEpilog
} RDFContentSinkState;
MOZ_DECL_CTOR_COUNTER(RDFContentSinkImpl::NameSpaceEntry);
class RDFContentSinkImpl : public nsIRDFContentSink
{
@ -285,8 +286,6 @@ protected:
nsIURI* mDocumentURL;
};
MOZ_DECL_CTOR_COUNTER(RDFContentSinkState::NameSpaceEntry);
PRInt32 RDFContentSinkImpl::gRefCnt = 0;
nsIRDFService* RDFContentSinkImpl::gRDFService;
nsIRDFContainerUtils* RDFContentSinkImpl::gRDFContainerUtils;