[vmkit-commits] [vmkit] r73697 - /vmkit/trunk/lib/JnJVM/VMCore/Zip.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Thu Jun 18 06:56:10 PDT 2009


Author: geoffray
Date: Thu Jun 18 08:56:10 2009
New Revision: 73697

URL: http://llvm.org/viewvc/llvm-project?rev=73697&view=rev
Log:
Forgot that file from the previous commit.


Modified:
    vmkit/trunk/lib/JnJVM/VMCore/Zip.h

Modified: vmkit/trunk/lib/JnJVM/VMCore/Zip.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/JnJVM/VMCore/Zip.h?rev=73697&r1=73696&r2=73697&view=diff

==============================================================================
--- vmkit/trunk/lib/JnJVM/VMCore/Zip.h (original)
+++ vmkit/trunk/lib/JnJVM/VMCore/Zip.h Thu Jun 18 08:56:10 2009
@@ -49,9 +49,9 @@
 public:
   std::map<const char*, ZipFile*, ltstr> filetable;
   typedef std::map<const char*, ZipFile*, ltstr>::iterator table_iterator;
+  ArrayUInt8* bytes;
 
 private:
-  ArrayUInt8* bytes;
   
   void findOfscd();
   void addFiles();





More information about the vmkit-commits mailing list