#1116. Fix submitted.

This commit is contained in:
Robin Mills
2015-09-08 22:17:45 +00:00
parent 6df03d74cf
commit 6767878fb8
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ namespace Exiv2 {
//! @name Creators
//@{
//! Default Constructor
BasicIo() {}
BasicIo();
//@}
}; // class BasicIo
+6
View File
@@ -36,6 +36,7 @@ EXIV2_RCSID("@(#) $Id$")
#include "types.hpp"
#include "error.hpp"
#include "http.hpp"
#include "properties.hpp"
// + standard includes
#include <string>
@@ -82,6 +83,11 @@ typedef short nlink_t;
// class member definitions
namespace Exiv2 {
BasicIo::BasicIo() {
Exiv2::Dictionary nsDict;
Exiv2::XmpProperties::registeredNamespaces(nsDict);
}
BasicIo::~BasicIo()
{
}
+2 -2
View File
@@ -138,8 +138,8 @@ namespace Exiv2 {
{ "http://ns.microsoft.com/photo/1.2/t/Region#", "MPReg", xmpMicrosoftPhotoRegionInfo, N_("Microsoft Photo Region schema") },
{ "http://www.metadataworkinggroup.com/schemas/regions/", "mwg-rs", xmpMWGRegionsInfo, N_("Metadata Working Group Regions schema") },
{ "http://www.metadataworkinggroup.com/schemas/keywords/","mwg-kw", xmpMWGKeywordInfo, N_("Metadata Working Group Keywords schema") },
{ "http://www.video", "video", xmpVideoInfo, N_("XMP Extended Video schema") },
{ "http://www.audio", "audio", xmpAudioInfo, N_("XMP Extended Audio schema") },
{ "http://www.video/", "video", xmpVideoInfo, N_("XMP Extended Video schema") },
{ "http://www.audio/", "audio", xmpAudioInfo, N_("XMP Extended Audio schema") },
{ "http://rs.tdwg.org/dwc/index.htm", "dwc", xmpDwCInfo, N_("XMP Darwin Core schema") },
{ "http://purl.org/dc/terms/", "dcterms", xmpDctermsInfo, N_("Qualified Dublin Core schema") }, // Note: used as properties under dwc:record
{ "http://ns.acdsee.com/iptc/1.0/", "acdsee", xmpAcdseeInfo, N_("ACDSee XMP schema") },