summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/DataModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/DataModel.cpp')
-rw-r--r--src/uscxml/plugins/DataModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/plugins/DataModel.cpp b/src/uscxml/plugins/DataModel.cpp
index 19a01c9..1b12e88 100644
--- a/src/uscxml/plugins/DataModel.cpp
+++ b/src/uscxml/plugins/DataModel.cpp
@@ -31,7 +31,7 @@ bool DataModel::isValidSyntax(const std::string& expr) {
}
bool DataModel::isLegalDataValue(const std::string& expr) {
- return _impl->isLegalDataValue(expr);
+ return _impl->isLegalDataValue(expr);
}
void DataModel::setEvent(const Event& event) {