fix assertion, reported by mjudge.

This commit is contained in:
sspitzer%netscape.com 2000-04-28 08:09:57 +00:00
Родитель 92a8c74bdd
Коммит 06fb0d06ec
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -63,7 +63,7 @@ class WriteStreamWrapper : public nsIOutputStream
};
// implement nsISupports
NS_IMPL_ISUPPORTS(WriteStreamWrapper, NS_GET_IID(nsIOutputStream))
NS_IMPL_THREADSAFE_ISUPPORTS(WriteStreamWrapper, NS_GET_IID(nsIOutputStream))
WriteStreamWrapper::WriteStreamWrapper(nsDiskCacheRecordChannel* aChannel,
nsIOutputStream *aBaseStream)