initialize the ref count on this class.

This commit is contained in:
mscott%netscape.com 1999-09-21 00:07:34 +00:00
Родитель a39abecf84
Коммит 0a7c01bb4f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -24,7 +24,7 @@ NS_IMPL_ISUPPORTS1(nsSmtpServer, nsISmtpServer)
nsSmtpServer::nsSmtpServer()
{
NS_INIT_REFCNT();
}
nsSmtpServer::~nsSmtpServer()