summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/datamodel/null/NULLDataModel.cpp')
-rw-r--r--src/uscxml/plugins/datamodel/null/NULLDataModel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp b/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp
index dac3386..53eaffa 100644
--- a/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp
+++ b/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp
@@ -61,7 +61,8 @@ void NULLDataModel::setForeach(const std::string& item,
uint32_t iteration) {
}
-void NULLDataModel::eval(const std::string& expr) {
+void NULLDataModel::eval(const Arabica::DOM::Element<std::string>& scriptElem,
+ const std::string& expr) {
}
bool NULLDataModel::isDeclared(const std::string& expr) {