diff options
Diffstat (limited to 'src/uscxml')
-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 22d6008..bc23e53 100644 --- a/src/uscxml/Factory.cpp +++ b/src/uscxml/Factory.cpp @@ -226,7 +226,7 @@ Factory::Factory() { NULLDataModel* dataModel = new NULLDataModel(); registerDataModel(dataModel); } -#if 0 +#if 1 { XHTMLInvoker* invoker = new XHTMLInvoker(); registerInvoker(invoker); |