summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index 141d630..673cba1 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -222,7 +222,7 @@ protected:
void init();
void normalize(Arabica::DOM::Element<std::string>& scxml);
- void initializeData(const Arabica::DOM::Node<std::string>& data);
+ void initializeData(const Arabica::DOM::Element<std::string>& data);
void setupIOProcessors();
bool _stable;