summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/BasicContentExecutor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/interpreter/BasicContentExecutor.h')
-rw-r--r--src/uscxml/interpreter/BasicContentExecutor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/interpreter/BasicContentExecutor.h b/src/uscxml/interpreter/BasicContentExecutor.h
index 14f7881..db53eb2 100644
--- a/src/uscxml/interpreter/BasicContentExecutor.h
+++ b/src/uscxml/interpreter/BasicContentExecutor.h
@@ -35,7 +35,7 @@ public:
BasicContentExecutor(ContentExecutorCallbacks* callbacks) : ContentExecutorImpl(callbacks) {}
virtual ~BasicContentExecutor() {}
- virtual std::shared_ptr<ContentExecutorImpl> create(ContentExecutorCallbacks* callbacks);
+ virtual std::shared_ptr<ContentExecutorImpl> create(ContentExecutorCallbacks* callbacks);
void processRaise(XERCESC_NS::DOMElement* content);
void processSend(XERCESC_NS::DOMElement* element);