[PATCH] MEM: Destructor of MibGroup must be declared virtual.

Dominik Vogt dominik.vogt at external.thalesgroup.com
Thu Aug 12 15:37:20 CEST 2010


---
 include/agent_pp/mib_context.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/agent_pp/mib_context.h b/include/agent_pp/mib_context.h
index f4bfc13..a37416a 100644
--- a/include/agent_pp/mib_context.h
+++ b/include/agent_pp/mib_context.h
@@ -171,7 +171,7 @@ public:
 	/**
 	 * Destructor (does not delete contained MibEntry instances) 
 	 */
-	~MibGroup();
+	virtual ~MibGroup();
 
 	 /**
 	  * Return the type of the receiver.
-- 
1.5.5.6


--KsGdsel6WgEHnImy--



More information about the AGENTPP mailing list