From d44739f283cd09f3666084925d60285dc38df38f Mon Sep 17 00:00:00 2001 From: "pavlov%pavlov.net" Date: Sun, 14 Mar 1999 00:21:56 +0000 Subject: [PATCH] make the Enumerator destructor virtual to remove build warning. git-svn-id: svn://10.0.0.236/trunk@24087 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/xpwidgets/nsBaseWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/widget/src/xpwidgets/nsBaseWidget.h b/mozilla/widget/src/xpwidgets/nsBaseWidget.h index cb3f13ca78c..52d72118934 100644 --- a/mozilla/widget/src/xpwidgets/nsBaseWidget.h +++ b/mozilla/widget/src/xpwidgets/nsBaseWidget.h @@ -133,7 +133,7 @@ protected: NS_DECL_ISUPPORTS Enumerator(); - ~Enumerator(); + virtual ~Enumerator(); NS_IMETHOD First(); NS_IMETHOD Last();