BIND 10 master, updated. 0a4607b2a469aa91bc60ccfab2212eb10a96c5a2 Fix compilation
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jun 15 12:59:46 UTC 2012
The branch, master has been updated
via 0a4607b2a469aa91bc60ccfab2212eb10a96c5a2 (commit)
from ba4c6615bbe0060d847f57f1f0f269811559450a (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 0a4607b2a469aa91bc60ccfab2212eb10a96c5a2
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Fri Jun 15 14:59:12 2012 +0200
Fix compilation
Buildbot complained that the class has virtual functions, but not a
virtual destructor. Adding one.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/client_list.h | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/client_list.h b/src/lib/datasrc/client_list.h
index 5b3102e..599dca8 100644
--- a/src/lib/datasrc/client_list.h
+++ b/src/lib/datasrc/client_list.h
@@ -55,6 +55,8 @@ protected:
/// class.
ClientList() {}
public:
+ /// \brief Virtual destructor
+ virtual ~ClientList() {}
/// \brief Structure holding the (compound) result of find.
///
/// As this is read-only structure, we don't bother to create accessors.
More information about the bind10-changes
mailing list