diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-05-30 21:04:29 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-05-30 21:04:29 +0200 |
commit | 9b4aba6e0be03c8b916fed1df82207bcaa34e529 (patch) | |
tree | da143d516b635d5cc1b25621d6a78c2ec406260a /src/exiv2wrapper.hpp | |
parent | 3df489e203e3e1c85b275c279d53412062118f52 (diff) | |
download | pyexiv2-9b4aba6e0be03c8b916fed1df82207bcaa34e529.tar.gz |
Fixed some harmless compilation warnings
(thanks to Rob Healey for pointing them out).
Diffstat (limited to 'src/exiv2wrapper.hpp')
-rw-r--r-- | src/exiv2wrapper.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exiv2wrapper.hpp b/src/exiv2wrapper.hpp index a0c876b..5abf07d 100644 --- a/src/exiv2wrapper.hpp +++ b/src/exiv2wrapper.hpp @@ -164,7 +164,7 @@ class Image public: // Constructors Image(const std::string& filename); - Image(const std::string& buffer, long size); + Image(const std::string& buffer, unsigned long size); Image(const Image& image); ~Image(); |