BIND 10 master, updated. 29d36377ec206cbe52274ee9a5a6e88ef27921d5 [master] Fix bug introduced in trac 900 change

BIND 10 source code commits bind10-changes at lists.isc.org
Tue May 10 16:31:23 UTC 2011


The branch, master has been updated
       via  29d36377ec206cbe52274ee9a5a6e88ef27921d5 (commit)
      from  25b33e62902b5bb181405e2177d2fe935cfe6c75 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 29d36377ec206cbe52274ee9a5a6e88ef27921d5
Author: Stephen Morris <stephen at isc.org>
Date:   Tue May 10 17:29:55 2011 +0100

    [master] Fix bug introduced in trac 900 change
    
    Add MessageReader virtual destructor.  The NetBSD compiler complained
    that no virtual destructor had been declared when there were virtual
    methods in the class.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/log/message_reader.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/log/message_reader.h b/src/lib/log/message_reader.h
index 82a1b3a..eded9c6 100644
--- a/src/lib/log/message_reader.h
+++ b/src/lib/log/message_reader.h
@@ -64,6 +64,9 @@ public:
         dictionary_(dictionary)
     {}
 
+    /// \brief Virtual Destructor
+    virtual ~MessageReader()
+    {}
 
     /// \brief Get Dictionary
     ///




More information about the bind10-changes mailing list