Fix for bug 589
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Fri, 24 Nov 2006 19:52:41 +0000 (19:52 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Fri, 24 Nov 2006 19:52:41 +0000 (19:52 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@208 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/XMLToolingConfig.h

index 4111fe0..25c8a29 100644 (file)
@@ -60,7 +60,7 @@ namespace xmltooling {
     {
         MAKE_NONCOPYABLE(XMLToolingConfig);
     protected:
-        XMLToolingConfig() : m_replayCache(NULL), clock_skew_secs(180) {}
+        XMLToolingConfig() : m_replayCache(NULL), m_templateEngine(NULL), clock_skew_secs(180) {}
         
         /** Global ReplayCache instance. */
         ReplayCache* m_replayCache;