Fix type of constant to match last change.
authorScott Cantor <cantor.2@osu.edu>
Mon, 15 Jun 2009 15:45:57 +0000 (15:45 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 15 Jun 2009 15:45:57 +0000 (15:45 +0000)
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)