diff options
author | 2014-10-01 23:34:43 -0700 | |
---|---|---|
committer | 2014-10-01 23:35:41 -0700 | |
commit | 8daabceb2efddebe2e7c0b2425ad9f8ef62c0a5c (patch) | |
tree | 230e918cee633aa61318edf50e902c44e4a84fde /tools/aapt/ZipEntry.h | |
parent | 9f905f37b229294753ef08ee104a00f611de450f (diff) | |
parent | 1dcc75b2dbaef7c3bb3410187bf38cabca0d1aea (diff) |
resolved conflicts for merge of 1dcc75b2 to lmp-dev-plus-aosp
Change-Id: I8e1c6ee2025b6acd90803545fb95ab1b98560d92
Diffstat (limited to 'tools/aapt/ZipEntry.h')
-rw-r--r-- | tools/aapt/ZipEntry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aapt/ZipEntry.h b/tools/aapt/ZipEntry.h index c2f3227cf230..287a540673a3 100644 --- a/tools/aapt/ZipEntry.h +++ b/tools/aapt/ZipEntry.h @@ -298,6 +298,8 @@ private: status_t read(FILE* fp); status_t write(FILE* fp); + CentralDirEntry& operator=(const CentralDirEntry& src); + // unsigned long mSignature; unsigned short mVersionMadeBy; unsigned short mVersionToExtract; |