diff options
Diffstat (limited to 'cpp/src/qpid/framing/TemplateVisitor.h')
| -rw-r--r-- | cpp/src/qpid/framing/TemplateVisitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/TemplateVisitor.h b/cpp/src/qpid/framing/TemplateVisitor.h index 8c719e5110..d6d59603f7 100644 --- a/cpp/src/qpid/framing/TemplateVisitor.h +++ b/cpp/src/qpid/framing/TemplateVisitor.h @@ -27,7 +27,7 @@ namespace qpid { namespace framing { /** - * Metafunction to generate a visitor class derived from Base with a + * Metafunction to generate a visitor class derived from Base, with a * visit for each type in TypeList calling functor F. TypeList may be * any boost::mpl type collection e.g. mpl::list. * |
