summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Factory.cpp')
-rw-r--r--src/uscxml/Factory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/Factory.cpp b/src/uscxml/Factory.cpp
index c74196a..76da139 100644
--- a/src/uscxml/Factory.cpp
+++ b/src/uscxml/Factory.cpp
@@ -52,7 +52,7 @@
# include "uscxml/plugins/element/fetch/FetchElement.h"
-# include "uscxml/plugins/element/response/ResponseElement.h"
+# include "uscxml/plugins/element/respond/RespondElement.h"
# include "uscxml/plugins/element/postpone/PostponeElement.h"
@@ -194,7 +194,7 @@ Factory::Factory() {
registerExecutableContent(element);
}
{
- ResponseElement* element = new ResponseElement();
+ RespondElement* element = new RespondElement();
registerExecutableContent(element);
}
{