summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/element/response/ResponseElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/element/response/ResponseElement.h')
-rw-r--r--src/uscxml/plugins/element/response/ResponseElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/plugins/element/response/ResponseElement.h b/src/uscxml/plugins/element/response/ResponseElement.h
index 9b3ce61..de3991c 100644
--- a/src/uscxml/plugins/element/response/ResponseElement.h
+++ b/src/uscxml/plugins/element/response/ResponseElement.h
@@ -33,7 +33,7 @@ public:
};
#ifdef BUILD_AS_PLUGINS
-PLUMA_INHERIT_PROVIDER(ResponseElement, Element);
+PLUMA_INHERIT_PROVIDER(ResponseElement, ExecutableContentImpl);
#endif
}