summaryrefslogtreecommitdiffstats
path: root/src/uscxml/messages
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/messages')
-rw-r--r--src/uscxml/messages/Blob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/messages/Blob.h b/src/uscxml/messages/Blob.h
index 0c20f95..835c73a 100644
--- a/src/uscxml/messages/Blob.h
+++ b/src/uscxml/messages/Blob.h
@@ -77,7 +77,7 @@ public:
virtual ~Blob() {};
operator bool() const {
- return _impl;
+ return !!_impl;
}
bool operator< (const Blob& other) const {
return _impl < other._impl;