summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/ExecutableContent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/ExecutableContent.h')
-rw-r--r--src/uscxml/plugins/ExecutableContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/plugins/ExecutableContent.h b/src/uscxml/plugins/ExecutableContent.h
index 6916b5f..6df197c 100644
--- a/src/uscxml/plugins/ExecutableContent.h
+++ b/src/uscxml/plugins/ExecutableContent.h
@@ -60,7 +60,7 @@ public:
virtual ~ExecutableContent() {};
operator bool() const {
- return _impl;
+ return !!_impl;
}
bool operator< (const ExecutableContent& other) const {
return _impl < other._impl;