summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/variant.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/framing/variant.h')
-rw-r--r--cpp/src/qpid/framing/variant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/variant.h b/cpp/src/qpid/framing/variant.h
index 1fe81f8f67..ceaed2c529 100644
--- a/cpp/src/qpid/framing/variant.h
+++ b/cpp/src/qpid/framing/variant.h
@@ -32,7 +32,7 @@ class Buffer;
/** boost::static_visitor that throws exception if variant contains blank.
* Sublclasses need to have a using() declaration, can be generated
- * with QPID_USING_BLANK_THROW(R)
+ * with QPID_USING_NOBLANK(R)
*/
template <class R=void>
struct NoBlankVisitor : public boost::static_visitor<R> {