summaryrefslogtreecommitdiffstats
path: root/src/uscxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-06-13 12:08:01 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-06-13 12:08:01 (GMT)
commitd304f85417e3175c5f2ca159dd303309c24e7b81 (patch)
tree2a065da122e61cf75c6e7c51adc35d654f45600a /src/uscxml
parent7238020a20213fba109b517a77f526e39d5a92f7 (diff)
downloaduscxml-d304f85417e3175c5f2ca159dd303309c24e7b81.zip
uscxml-d304f85417e3175c5f2ca159dd303309c24e7b81.tar.gz
uscxml-d304f85417e3175c5f2ca159dd303309c24e7b81.tar.bz2
Fixed build errors
Diffstat (limited to 'src/uscxml')
-rw-r--r--src/uscxml/Factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/Factory.cpp b/src/uscxml/Factory.cpp
index 3032c09..cc7eeb3 100644
--- a/src/uscxml/Factory.cpp
+++ b/src/uscxml/Factory.cpp
@@ -169,7 +169,7 @@ Factory::Factory() {
}
#endif
-#ifdef BUILD_DM_PROLOG
+#ifdef BUILD_DM_XPATH
{
XPathDataModel* dataModel = new XPathDataModel();
registerDataModel(dataModel);