summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/element/fetch/FetchElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/element/fetch/FetchElement.h')
-rw-r--r--src/uscxml/plugins/element/fetch/FetchElement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/plugins/element/fetch/FetchElement.h b/src/uscxml/plugins/element/fetch/FetchElement.h
index 433f3f5..e3e5008 100644
--- a/src/uscxml/plugins/element/fetch/FetchElement.h
+++ b/src/uscxml/plugins/element/fetch/FetchElement.h
@@ -46,8 +46,8 @@ public:
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);
void downloadCompleted(const URL& url);
void downloadFailed(const URL& url, int errorCode);