зеркало из https://github.com/mozilla/pjs.git
get rid of a warning on linux
This commit is contained in:
Родитель
7a66c81c24
Коммит
007532285b
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче