summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/PersistableQueue.h3
1 files changed, 2 insertions, 1 deletions
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() {};
};