diff options
author | 2014-10-01 23:38:25 +0000 | |
---|---|---|
committer | 2014-10-01 23:38:25 +0000 | |
commit | 1dcc75b2dbaef7c3bb3410187bf38cabca0d1aea (patch) | |
tree | b157e243e2c89f0899a862c99595ebeea9e54e5c /tools/aapt/CacheUpdater.h | |
parent | fe50cfd53309af4dd49e572bd4a3120ea1494029 (diff) | |
parent | 0ce259c2f69cefd09342a95fbbd4c1a63a0af484 (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.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 |