Fix type of constant to match last change.
[shibboleth/xmltooling.git] / 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)