diff options
Diffstat (limited to 'cpp/src/qpid/client/LocalQueue.h')
-rw-r--r-- | cpp/src/qpid/client/LocalQueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/LocalQueue.h b/cpp/src/qpid/client/LocalQueue.h index 4aa14ce004..aa7b098513 100644 --- a/cpp/src/qpid/client/LocalQueue.h +++ b/cpp/src/qpid/client/LocalQueue.h @@ -107,7 +107,7 @@ class LocalQueue : public Handle<LocalQueueImpl> { /** Number of messages on the local queue */ QPID_CLIENT_EXTERN size_t size() const; - QPID_CLIENT_EXTERN LocalQueue(LocalQueueImpl*); ///<@internal + LocalQueue(LocalQueueImpl*); ///<@internal private: |