#640 and # 751. Fixing linux build-breaker.

This commit is contained in:
Robin Mills
2015-08-29 20:00:26 +00:00
parent a26cc8d585
commit 03e51ab470
3 changed files with 48 additions and 5 deletions
+1 -3
View File
@@ -317,9 +317,7 @@ try {
}
// get the namespace dictionary from XMP
typedef std::map<std::string,std::string> dict_t;
typedef std::map<std::string,std::string>::const_iterator dict_i;
dict_t nsDict;
std::map<std::string,std::string> nsDict;
Exiv2::XmpParser::getRegisteredNamespaces(nsDict);
// create and populate a Jzon::Object for the namespaces