commit e467ddca19ac2233c021bb7f41ce13cb6d8d8c95 parent fbc8880923a860c7e088ecb7a370a1e8d790336c Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 8 Dec 2005 16:45:50 +0000 fix for gcc 4.1 Diffstat:
| M | src/plugins/exiv2/basicio.hpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/exiv2/basicio.hpp b/src/plugins/exiv2/basicio.hpp @@ -488,7 +488,7 @@ namespace Exiv2 { //! Destructor. Releases all managed memory ~MemIo() {if (isMalloced_) free(data_);} - void MemIo::wrap(const byte *data, long size); + void wrap(const byte *data, long size); //@}