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 | 02b5fab6795b9e7c3adb5083deba167f75fe2ab8 (patch) | |
| tree | c81164bbaa55f76d6a52b39c56cc6250ce31ca49 /cpp/src | |
| parent | fcfa0b72bd75784c6d0039cb27149ae7bbd7957f (diff) | |
| download | qpid-python-02b5fab6795b9e7c3adb5083deba167f75fe2ab8.tar.gz | |
Fix typo in namespace close comments
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@943904 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/store/MessageStorePlugin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/qpid/store/MessageStorePlugin.h b/cpp/src/qpid/store/MessageStorePlugin.h index 529a59401e..d43e2d3ea8 100644 --- a/cpp/src/qpid/store/MessageStorePlugin.h +++ b/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 */ |
