aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper.hpp
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-02-10 19:56:53 +0100
committerOlivier Tilloy <olivier@tilloy.net>2010-02-10 19:56:53 +0100
commitcf59fcb049c222f20563301a6cf24ebe0ff1eadf (patch)
treea61be31cd0303fe3a2d06d0b8f1815c348dd3458 /src/exiv2wrapper.hpp
parentf244656175547b3c9b4b7af55be0efeca68c32e3 (diff)
downloadpyexiv2-cf59fcb049c222f20563301a6cf24ebe0ff1eadf.tar.gz
Raise an IOError when trying to read an image of an unknown type.
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 f87d032..48b7b3a 100644
--- a/src/exiv2wrapper.hpp
+++ b/src/exiv2wrapper.hpp
@@ -234,6 +234,8 @@ private:
// true if the image's internal metadata has already been read,
// false otherwise
bool _dataRead;
+
+ void _instantiate_image();
};