diff options
Diffstat (limited to 'src/libpyexiv2.hpp')
-rw-r--r-- | src/libpyexiv2.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libpyexiv2.hpp b/src/libpyexiv2.hpp index 1af3134..dff97ce 100644 --- a/src/libpyexiv2.hpp +++ b/src/libpyexiv2.hpp @@ -132,6 +132,9 @@ namespace LibPyExiv2 bool _dataRead; }; + // Translate an Exiv2 generic exception into a Python exception + void translateExiv2Error(Exiv2::Error const& e); + } // End of namespace LibPyExiv2 #endif |