aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper.hpp
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2009-11-26 09:38:43 +0100
committerOlivier Tilloy <olivier@tilloy.net>2009-11-26 09:38:43 +0100
commitcd41bb7689f249d8274db8aff0d9b8b65ca860e3 (patch)
tree5f9b0dad7c36655ba769e95f7cad2f998465e97c /src/exiv2wrapper.hpp
parent807a521612225de719d5461cbeac5a7fd145a520 (diff)
downloadpyexiv2-cd41bb7689f249d8274db8aff0d9b8b65ca860e3.tar.gz
Use the (much more reliable) exiv2 type of the XMP tag to get its correct value.
Diffstat (limited to 'src/exiv2wrapper.hpp')
-rw-r--r--src/exiv2wrapper.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exiv2wrapper.hpp b/src/exiv2wrapper.hpp
index 90e912f..418fac7 100644
--- a/src/exiv2wrapper.hpp
+++ b/src/exiv2wrapper.hpp
@@ -111,6 +111,7 @@ public:
//void setRawValue(const std::string& value);
const std::string getKey();
+ const std::string getExiv2Type();
const std::string getType();
const std::string getName();
const std::string getTitle();
@@ -122,6 +123,7 @@ public:
private:
Exiv2::XmpKey _key;
Exiv2::Xmpdatum* _datum;
+ std::string _exiv2_type;
std::string _type;
std::string _name;
std::string _title;