From 29821c1907eef95a5ea4d3656a3e0b3ef7153fdc Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 13 May 1999 02:11:09 +0000 Subject: [PATCH] make destructor virtual git-svn-id: svn://10.0.0.236/trunk@31371 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/robot/nsRobotSink.cpp | 2 +- mozilla/parser/htmlparser/robot/nsRobotSink.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/htmlparser/robot/nsRobotSink.cpp b/mozilla/htmlparser/robot/nsRobotSink.cpp index 931b465b44f..a8f7e9ca62d 100644 --- a/mozilla/htmlparser/robot/nsRobotSink.cpp +++ b/mozilla/htmlparser/robot/nsRobotSink.cpp @@ -40,7 +40,7 @@ static NS_DEFINE_IID(kIRobotSinkIID, NS_IROBOTSINK_IID); class RobotSink : public nsIRobotSink { public: RobotSink(); - ~RobotSink(); + virtual ~RobotSink(); NS_DECL_AND_IMPL_ZEROING_OPERATOR_NEW diff --git a/mozilla/parser/htmlparser/robot/nsRobotSink.cpp b/mozilla/parser/htmlparser/robot/nsRobotSink.cpp index 931b465b44f..a8f7e9ca62d 100644 --- a/mozilla/parser/htmlparser/robot/nsRobotSink.cpp +++ b/mozilla/parser/htmlparser/robot/nsRobotSink.cpp @@ -40,7 +40,7 @@ static NS_DEFINE_IID(kIRobotSinkIID, NS_IROBOTSINK_IID); class RobotSink : public nsIRobotSink { public: RobotSink(); - ~RobotSink(); + virtual ~RobotSink(); NS_DECL_AND_IMPL_ZEROING_OPERATOR_NEW