aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpyexiv2.hpp
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-03-29 22:39:07 +0200
committerOlivier Tilloy <olivier@tilloy.net>2007-03-29 22:39:07 +0200
commit528565f796961abb449106038c8dfa03b525287d (patch)
tree3475d30d4073604053b7847eef462d3e7ceb0d0c /src/libpyexiv2.hpp
parentf3bbb762f758aa21f0bb2d321e4d26de064068e0 (diff)
downloadpyexiv2-528565f796961abb449106038c8dfa03b525287d.tar.gz
Getters and setters for EXIF and IPTC tags are now private (but beware! Python's concept of privacy does not totally forbid access to those members, it just makes them less straightforward), from the client's point of view, metadata should always be accessed using operator [].
Diffstat (limited to 'src/libpyexiv2.hpp')
-rw-r--r--src/libpyexiv2.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libpyexiv2.hpp b/src/libpyexiv2.hpp
index 619304a..9f6d7c5 100644
--- a/src/libpyexiv2.hpp
+++ b/src/libpyexiv2.hpp
@@ -43,7 +43,7 @@ namespace LibPyExiv2
public:
// Constructors
Image(std::string filename);
- Image(const Image & image);
+ Image(const Image& image);
void readMetadata();
void writeMetadata();