summaryrefslogtreecommitdiffstats
path: root/tools/aapt/CacheUpdater.h
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-11-03 20:35:54 -0800
committerAdam Lesinski <adamlesinski@google.com>2014-11-03 20:35:54 -0800
commit8a5bb15efaa55ff57a92e36d2b9e33d1f34c9608 (patch)
treeef44daf0e3ee027c8e9f425d86cac613fb957325 /tools/aapt/CacheUpdater.h
parentb2808c03c3de0d4fe6a986545fd506df0233b072 (diff)
downloadframeworks_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/CacheUpdater.h')
-rw-r--r--tools/aapt/CacheUpdater.h2
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:
};