summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/invoker/umundo
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-01-16 03:11:30 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-01-16 03:11:30 (GMT)
commitb5c33505b3345795811b4aba7e5fda961068f369 (patch)
tree0e9ee14a2f06300167baf1f11ef2287c08fb9760 /src/uscxml/plugins/invoker/umundo
parent57b7b1cb196ea9f51aebaba1a838b9a86a9f83fe (diff)
downloaduscxml-b5c33505b3345795811b4aba7e5fda961068f369.zip
uscxml-b5c33505b3345795811b4aba7e5fda961068f369.tar.gz
uscxml-b5c33505b3345795811b4aba7e5fda961068f369.tar.bz2
Started JavaScriptCore datamodel
Diffstat (limited to 'src/uscxml/plugins/invoker/umundo')
-rw-r--r--src/uscxml/plugins/invoker/umundo/UmundoInvoker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/plugins/invoker/umundo/UmundoInvoker.h b/src/uscxml/plugins/invoker/umundo/UmundoInvoker.h
index c5f9656..d54160e 100644
--- a/src/uscxml/plugins/invoker/umundo/UmundoInvoker.h
+++ b/src/uscxml/plugins/invoker/umundo/UmundoInvoker.h
@@ -63,7 +63,7 @@ protected:
};
#ifdef BUILD_AS_PLUGINS
-PLUMA_INHERIT_PROVIDER(UmundoInvoker, Invoker);
+PLUMA_INHERIT_PROVIDER(UmundoInvoker, InvokerImpl);
#endif
}