gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2313 - Extractor/src/plugins/exiv2


From: grothoff
Subject: [GNUnet-SVN] r2313 - Extractor/src/plugins/exiv2
Date: Thu, 8 Dec 2005 08:45:52 -0800 (PST)

Author: grothoff
Date: 2005-12-08 08:45:50 -0800 (Thu, 08 Dec 2005)
New Revision: 2313

Modified:
   Extractor/src/plugins/exiv2/basicio.hpp
Log:
fix for gcc 4.1

Modified: Extractor/src/plugins/exiv2/basicio.hpp
===================================================================
--- Extractor/src/plugins/exiv2/basicio.hpp     2005-12-06 21:29:12 UTC (rev 
2312)
+++ Extractor/src/plugins/exiv2/basicio.hpp     2005-12-08 16:45:50 UTC (rev 
2313)
@@ -488,7 +488,7 @@
         //! 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);
 
         //@}
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]