diff options
Diffstat (limited to 'tools/aapt/ZipFile.h')
-rw-r--r-- | tools/aapt/ZipFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/ZipFile.h b/tools/aapt/ZipFile.h index dbbd072..7877550 100644 --- a/tools/aapt/ZipFile.h +++ b/tools/aapt/ZipFile.h @@ -57,7 +57,7 @@ public: /* * Open a new or existing archive. */ - typedef enum { + enum { kOpenReadOnly = 0x01, kOpenReadWrite = 0x02, kOpenCreate = 0x04, // create if it doesn't exist |