diff options
Diffstat (limited to 'tools/aapt')
-rw-r--r-- | tools/aapt/CacheUpdater.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/aapt/CacheUpdater.h b/tools/aapt/CacheUpdater.h index 7ddc826..fade53a 100644 --- a/tools/aapt/CacheUpdater.h +++ b/tools/aapt/CacheUpdater.h @@ -40,8 +40,6 @@ public: // Process an image from source out to dest virtual void processImage(String8 source, String8 dest) = 0; - - virtual ~CacheUpdater() {} private: }; |