diff options
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 0e65589..0af5872 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 |