diff options
author | 2014-10-01 23:34:43 -0700 | |
---|---|---|
committer | 2014-10-01 23:35:41 -0700 | |
commit | 8daabceb2efddebe2e7c0b2425ad9f8ef62c0a5c (patch) | |
tree | 230e918cee633aa61318edf50e902c44e4a84fde /tools/aapt/CacheUpdater.h | |
parent | 9f905f37b229294753ef08ee104a00f611de450f (diff) | |
parent | 1dcc75b2dbaef7c3bb3410187bf38cabca0d1aea (diff) |
resolved conflicts for merge of 1dcc75b2 to lmp-dev-plus-aosp
Change-Id: I8e1c6ee2025b6acd90803545fb95ab1b98560d92
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 efb245361894..cacab036f649 100644 --- a/tools/aapt/CacheUpdater.h +++ b/tools/aapt/CacheUpdater.h @@ -38,6 +38,8 @@ public: // Process an image from source out to dest virtual void processImage(String8 source, String8 dest) = 0; + + virtual ~CacheUpdater() {} private: }; @@ -107,4 +109,4 @@ private: Bundle* bundle; }; -#endif // CACHE_UPDATER_H
\ No newline at end of file +#endif // CACHE_UPDATER_H |