diff options
author | Carl C. Trieloff <cctrieloff@apache.org> | 2007-09-10 15:38:39 +0000 |
---|---|---|
committer | Carl C. Trieloff <cctrieloff@apache.org> | 2007-09-10 15:38:39 +0000 |
commit | 002b38eecc23c7e9be56fbab0b643829acbb4bb8 (patch) | |
tree | c7696770451fc44c0a23b7752c31265d88a456e4 /cpp/src | |
parent | dcc167703ad9284863ac9a319b7c285e71f13672 (diff) | |
download | qpid-python-002b38eecc23c7e9be56fbab0b643829acbb4bb8.tar.gz |
memory clean up fix
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@574284 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/broker/PersistableQueue.h | 3 |
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() {}; }; |