Fix Windows debug bustage. b=231737, 112547

This commit is contained in:
dbaron%dbaron.org 2004-01-21 18:29:38 +00:00
parent b9f936fcf8
commit 345194dd62

View File

@ -184,7 +184,7 @@ struct nsStringAllocatorTraits<PRUnichar>
// A small utility class for verifying that all reference counting of
// shared buffer handles (which are not threadsafe) occurs on a single
// thread.
class nsSingleThreadVerifier
class NS_COM nsSingleThreadVerifier
{
public:
nsSingleThreadVerifier();