Fix type of constant to match last change.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 15 Jun 2009 15:45:57 +0000 (15:45 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 15 Jun 2009 15:45:57 +0000 (15:45 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@596 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/util/TemplateEngine.cpp

index f9c1f32..1e86975 100644 (file)
@@ -27,7 +27,7 @@ using namespace xmltooling;
 using namespace std;
 
 namespace {
-    static const pair<string,string> emptyPair;
+    static const pair<const string,string> emptyPair;
 }
 
 void TemplateEngine::setTagPrefix(const char* tagPrefix)