aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper_python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/exiv2wrapper_python.cpp')
-rw-r--r--src/exiv2wrapper_python.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exiv2wrapper_python.cpp b/src/exiv2wrapper_python.cpp
index 4cdd34b..aab2925 100644
--- a/src/exiv2wrapper_python.cpp
+++ b/src/exiv2wrapper_python.cpp
@@ -118,6 +118,7 @@ BOOST_PYTHON_MODULE(libexiv2python)
;
class_<Image>("_Image", init<std::string>())
+ .def(init<std::string, long>())
.def("_readMetadata", &Image::readMetadata)
.def("_writeMetadata", &Image::writeMetadata)