diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2009-03-19 09:50:55 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2009-03-19 09:50:55 +0100 |
commit | e78316f24a60c79ace82f537e83eed2d0261ab2e (patch) | |
tree | 9e01d4623f423d7b5bb5a198365bdc8fdcad7fda /src/exiv2wrapper.hpp | |
parent | 7323c8131f036d0c8bcc2ffa4fc859e1d749ef22 (diff) | |
download | pyexiv2-e78316f24a60c79ace82f537e83eed2d0261ab2e.tar.gz |
Expose writeMetadata in the C++ wrapper.
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 df098aa..2d33cb7 100644 --- a/src/exiv2wrapper.hpp +++ b/src/exiv2wrapper.hpp @@ -45,7 +45,7 @@ public: Image(const Image& image); void readMetadata(); - //void writeMetadata(); + void writeMetadata(); // Read and write access to the EXIF tags. // For a complete list of the available EXIF tags, see |