aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper.hpp
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-05-30 21:04:29 +0200
committerOlivier Tilloy <olivier@tilloy.net>2010-05-30 21:04:29 +0200
commit9b4aba6e0be03c8b916fed1df82207bcaa34e529 (patch)
treeda143d516b635d5cc1b25621d6a78c2ec406260a /src/exiv2wrapper.hpp
parent3df489e203e3e1c85b275c279d53412062118f52 (diff)
downloadpyexiv2-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.hpp2
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();