summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/PersistableQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/PersistableQueue.h')
-rw-r--r--cpp/src/qpid/broker/PersistableQueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/PersistableQueue.h b/cpp/src/qpid/broker/PersistableQueue.h
index f98bf7e871..8df3547f30 100644
--- a/cpp/src/qpid/broker/PersistableQueue.h
+++ b/cpp/src/qpid/broker/PersistableQueue.h
@@ -56,7 +56,7 @@ public:
};
inline void setExternalQueueStore(ExternalQueueStore* inst) {externalQueueStore = inst;};
- inline ExternalQueueStore* getExternalQueueStore() {return externalQueueStore;};
+ inline ExternalQueueStore* getExternalQueueStore() const {return externalQueueStore;};
PersistableQueue():externalQueueStore(NULL){
};