diff options
author | Andreas Gampe <agampe@google.com> | 2014-09-30 20:55:57 -0700 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2014-10-01 16:18:06 -0700 |
commit | 2412f84064c26b643c722ce914a97c4ec7776c69 (patch) | |
tree | 978c6b2e82fceee9153ffe612cfbb67e4b1b8c57 /tools/aapt/CacheUpdater.h | |
parent | c46dbe8ac4748a0084b026524ad9e5ac44fb9fde (diff) |
Frameworks/base: Fix AAPT warnings
Turn on -Wall -Werror. Fix warnings.
Change-Id: I287fb3c1e851c654479bcf9ea8c73bd354a6b2a1
Diffstat (limited to 'tools/aapt/CacheUpdater.h')
-rw-r--r-- | tools/aapt/CacheUpdater.h | 4 |
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 |