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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/interpreter/ContentExecutor.h b/src/uscxml/interpreter/ContentExecutor.h
index ae8ec64..1559c5c 100644
--- a/src/uscxml/interpreter/ContentExecutor.h
+++ b/src/uscxml/interpreter/ContentExecutor.h
@@ -48,8 +48,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;
-
+ virtual std::shared_ptr<ContentExecutorImpl> getImpl() const;
+
protected:
std::shared_ptr<ContentExecutorImpl> _impl;
};