summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/MicroStep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/interpreter/MicroStep.h')
-rw-r--r--src/uscxml/interpreter/MicroStep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/interpreter/MicroStep.h b/src/uscxml/interpreter/MicroStep.h
index 9238fc8..56a7ee8 100644
--- a/src/uscxml/interpreter/MicroStep.h
+++ b/src/uscxml/interpreter/MicroStep.h
@@ -55,7 +55,7 @@ public:
virtual void init(XERCESC_NS::DOMElement* scxml);
virtual void markAsCancelled();
- std::shared_ptr<MicroStepImpl> getImpl() const;
+ std::shared_ptr<MicroStepImpl> getImpl() const;
protected:
std::shared_ptr<MicroStepImpl> _impl;
};