--- xmlrpc++0.7.patched/src/XmlRpc.h	2009-02-17 17:22:13.000000000 +0100
+++ xmlrpc++0.7/src/XmlRpc.h	2003-03-06 18:25:37.000000000 +0100
@@ -49,8 +49,6 @@
     //! Report an error. Custom error handlers should define this method.
     virtual void error(const char* msg) = 0;
 
-    virtual ~XmlRpcErrorHandler() {};
-
   protected:
     static XmlRpcErrorHandler* _errorHandler;
   };
@@ -77,8 +75,6 @@
     //! Output a message. Custom error handlers should define this method.
     virtual void log(int level, const char* msg) = 0;
 
-    virtual ~XmlRpcLogHandler() {};
-
   protected:
     static XmlRpcLogHandler* _logHandler;
     static int _verbosity;
