summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/MicroStep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/interpreter/MicroStep.cpp')
-rw-r--r--src/uscxml/interpreter/MicroStep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/interpreter/MicroStep.cpp b/src/uscxml/interpreter/MicroStep.cpp
index 35e5d94..896c92a 100644
--- a/src/uscxml/interpreter/MicroStep.cpp
+++ b/src/uscxml/interpreter/MicroStep.cpp
@@ -45,6 +45,6 @@ void MicroStep::markAsCancelled() {
}
std::shared_ptr<MicroStepImpl> MicroStep::getImpl() const {
- return _impl;
+ return _impl;
}
}