diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/uscxml/Factory.cpp | 2 |
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); |