diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-11-03 20:35:54 -0800 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2014-11-03 20:35:54 -0800 |
commit | 8a5bb15efaa55ff57a92e36d2b9e33d1f34c9608 (patch) | |
tree | ef44daf0e3ee027c8e9f425d86cac613fb957325 /tools/aapt | |
parent | b2808c03c3de0d4fe6a986545fd506df0233b072 (diff) | |
download | frameworks_base-8a5bb15efaa55ff57a92e36d2b9e33d1f34c9608.zip frameworks_base-8a5bb15efaa55ff57a92e36d2b9e33d1f34c9608.tar.gz frameworks_base-8a5bb15efaa55ff57a92e36d2b9e33d1f34c9608.tar.bz2 |
Fix automerge issue
Duplicate method declaration.
Change-Id: I9355bd7c716e668ad7892fd12e93352455d149b5
Diffstat (limited to 'tools/aapt')
-rw-r--r-- | tools/aapt/CacheUpdater.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/aapt/CacheUpdater.h b/tools/aapt/CacheUpdater.h index 7ddc826..fade53a 100644 --- a/tools/aapt/CacheUpdater.h +++ b/tools/aapt/CacheUpdater.h @@ -40,8 +40,6 @@ public: // Process an image from source out to dest virtual void processImage(String8 source, String8 dest) = 0; - - virtual ~CacheUpdater() {} private: }; |