From 002b38eecc23c7e9be56fbab0b643829acbb4bb8 Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Mon, 10 Sep 2007 15:38:39 +0000 Subject: memory clean up fix git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@574284 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/PersistableQueue.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/broker/PersistableQueue.h b/cpp/src/qpid/broker/PersistableQueue.h index 8df3547f30..2b98b37b52 100644 --- a/cpp/src/qpid/broker/PersistableQueue.h +++ b/cpp/src/qpid/broker/PersistableQueue.h @@ -36,7 +36,8 @@ namespace broker { class ExternalQueueStore { - +public: + virtual ~ExternalQueueStore() {}; }; -- cgit v1.2.1