summaryrefslogtreecommitdiffstats
path: root/tools/aapt/FileFinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt/FileFinder.h')
-rw-r--r--tools/aapt/FileFinder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aapt/FileFinder.h b/tools/aapt/FileFinder.h
index 3f87aba..6974aee 100644
--- a/tools/aapt/FileFinder.h
+++ b/tools/aapt/FileFinder.h
@@ -25,6 +25,8 @@ public:
virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
KeyedVector<String8,time_t>& fileStore,
DirectoryWalker* dw) = 0;
+
+ virtual ~FileFinder() {};
};
class SystemFileFinder : public FileFinder {