summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/element/mmi/MMIEvents.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/element/mmi/MMIEvents.h')
-rw-r--r--src/uscxml/plugins/element/mmi/MMIEvents.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/plugins/element/mmi/MMIEvents.h b/src/uscxml/plugins/element/mmi/MMIEvents.h
index 82d0b22..74c66c0 100644
--- a/src/uscxml/plugins/element/mmi/MMIEvents.h
+++ b/src/uscxml/plugins/element/mmi/MMIEvents.h
@@ -42,8 +42,8 @@ public:\
std::string getLocalName() { return "elementName"; }\
std::string getNamespace() { return "http://www.w3.org/2008/04/mmi-arch"; }\
bool processChildren() { return false; }\
- void enterElement(const Arabica::DOM::Node<std::string>& node);\
- void exitElement(const Arabica::DOM::Node<std::string>& node) {}\
+ void enterElement(const Arabica::DOM::Element<std::string>& node) {}\
+ void exitElement(const Arabica::DOM::Element<std::string>& node) {}\
};
namespace uscxml {