summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/BlockingQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/client/BlockingQueue.h')
-rw-r--r--cpp/src/qpid/client/BlockingQueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/BlockingQueue.h b/cpp/src/qpid/client/BlockingQueue.h
index a9d8ec2857..3ec7dbcf44 100644
--- a/cpp/src/qpid/client/BlockingQueue.h
+++ b/cpp/src/qpid/client/BlockingQueue.h
@@ -36,7 +36,7 @@ class BlockingQueue
sys::Monitor lock;
std::queue<T> queue;
bool closed;
-
+
public:
BlockingQueue() : closed(false) {}