diff options
| author | Stephen D. Huston <shuston@apache.org> | 2010-05-13 14:58:39 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2010-05-13 14:58:39 +0000 |
| commit | 10926693067289003729ceb743b3669c0e01733b (patch) | |
| tree | a47f439341d8acfdd5d8f55099a0420765c49bb5 /qpid/cpp | |
| parent | 69a28bf01794712a3c4c32fa1597ea37e3df9d0a (diff) | |
| download | qpid-python-10926693067289003729ceb743b3669c0e01733b.tar.gz | |
Fix typo in namespace close comments
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@943904 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid/store/MessageStorePlugin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/store/MessageStorePlugin.h b/qpid/cpp/src/qpid/store/MessageStorePlugin.h index 529a59401e..d43e2d3ea8 100644 --- a/qpid/cpp/src/qpid/store/MessageStorePlugin.h +++ b/qpid/cpp/src/qpid/store/MessageStorePlugin.h @@ -278,7 +278,6 @@ class MessageStorePlugin : }; // class MessageStoreImpl -} // namespace msgstore -} // namespace mrg +}} // namespace qpid::store #endif /* QPID_SERIALIZER_H */ |
