summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/ContentExecutor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/interpreter/ContentExecutor.h')
-rw-r--r--src/uscxml/interpreter/ContentExecutor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uscxml/interpreter/ContentExecutor.h b/src/uscxml/interpreter/ContentExecutor.h
index be0de78..e17d8dc 100644
--- a/src/uscxml/interpreter/ContentExecutor.h
+++ b/src/uscxml/interpreter/ContentExecutor.h
@@ -49,7 +49,8 @@ public:
virtual void uninvoke(XERCESC_NS::DOMElement* invoke);
virtual Data elementAsData(XERCESC_NS::DOMElement* element);
virtual void raiseDoneEvent(XERCESC_NS::DOMElement* state, XERCESC_NS::DOMElement* doneData);
-
+ virtual std::shared_ptr<ContentExecutorImpl> getImpl() const;
+
protected:
std::shared_ptr<ContentExecutorImpl> _impl;
};