summaryrefslogtreecommitdiff
path: root/tools/aapt/CacheUpdater.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2014-10-01 23:38:25 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-10-01 23:38:25 +0000
commit1dcc75b2dbaef7c3bb3410187bf38cabca0d1aea (patch)
treeb157e243e2c89f0899a862c99595ebeea9e54e5c /tools/aapt/CacheUpdater.h
parentfe50cfd53309af4dd49e572bd4a3120ea1494029 (diff)
parent0ce259c2f69cefd09342a95fbbd4c1a63a0af484 (diff)
am 0ce259c2: Merge "Frameworks/base: Fix AAPT warnings"
* commit '0ce259c2f69cefd09342a95fbbd4c1a63a0af484': Frameworks/base: Fix AAPT warnings
Diffstat (limited to 'tools/aapt/CacheUpdater.h')
-rw-r--r--tools/aapt/CacheUpdater.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/aapt/CacheUpdater.h b/tools/aapt/CacheUpdater.h
index 0e65589529e5..0af58723c0ea 100644
--- a/tools/aapt/CacheUpdater.h
+++ b/tools/aapt/CacheUpdater.h
@@ -35,6 +35,8 @@ public:
// Process an image from source out to dest
virtual void processImage(String8 source, String8 dest) = 0;
+
+ virtual ~CacheUpdater() {}
private:
};
@@ -104,4 +106,4 @@ private:
Bundle* bundle;
};
-#endif // CACHE_UPDATER_H \ No newline at end of file
+#endif // CACHE_UPDATER_H