This commit is contained in:
mjudge%netscape.com 2000-04-14 11:43:59 +00:00
Родитель 7a66c81c24
Коммит 007532285b
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -42,7 +42,7 @@ public:
NS_DECL_ISUPPORTS
nsAutoCopyService();
~nsAutoCopyService(){}//someday maybe we have it able to shutdown during run
virtual ~nsAutoCopyService(){}//someday maybe we have it able to shutdown during run
//nsIAutoCopyService interfaces
NS_IMETHOD Listen(nsIDOMSelection *aDomSelection);

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

@ -42,7 +42,7 @@ public:
NS_DECL_ISUPPORTS
nsAutoCopyService();
~nsAutoCopyService(){}//someday maybe we have it able to shutdown during run
virtual ~nsAutoCopyService(){}//someday maybe we have it able to shutdown during run
//nsIAutoCopyService interfaces
NS_IMETHOD Listen(nsIDOMSelection *aDomSelection);