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