summaryrefslogtreecommitdiff
path: root/tools/aapt/ZipFile.h
diff options
context:
space:
mode:
author Xavier Ducrohet <xav@android.com> 2011-07-20 15:08:23 -0700
committer Android Code Review <code-review@android.com> 2011-07-20 15:08:23 -0700
commit1e24ccbdd56a45c8bb5f2eba94af5aecd2d02554 (patch)
treea4c8ca6924e68b84dab15ac13d97b7b372ccc836 /tools/aapt/ZipFile.h
parentd40c93f61ca5b3f2351b8db716f67b58f1625e85 (diff)
parent03589cc65355220e0a4a0c816189a9fa25cc81fc (diff)
Merge "Add generation of dependency file for .ap_ package"
Diffstat (limited to 'tools/aapt/ZipFile.h')
-rw-r--r--tools/aapt/ZipFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/ZipFile.h b/tools/aapt/ZipFile.h
index 78775502884b..dbbd072d1692 100644
--- a/tools/aapt/ZipFile.h
+++ b/tools/aapt/ZipFile.h
@@ -57,7 +57,7 @@ public:
/*
* Open a new or existing archive.
*/
- enum {
+ typedef enum {
kOpenReadOnly = 0x01,
kOpenReadWrite = 0x02,
kOpenCreate = 0x04, // create if it doesn't exist