fixed typo... This class should implement the nsIFileTransportService interface.

This commit is contained in:
rpotts%netscape.com 1999-04-09 05:43:30 +00:00
Родитель f92932495d
Коммит ce870726bd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -29,7 +29,7 @@
#define NS_FILE_TRANSPORT_WORKER_COUNT 4
class nsFileTransportService : public nsISupports
class nsFileTransportService : public nsIFileTransportService
{
public:
NS_DECL_ISUPPORTS