]> git.saurik.com Git - android/aapt.git/blobdiff - FileFinder.h
am 2ace3b01: Merge "Merge "AAPT fix printf %zd crash on Windows". Do not merge."...
[android/aapt.git] / FileFinder.h
index 3f87aba0a0848597434eb4b4e48a084b2a635cb7..6974aee033a874db39e6e4eb94b9f603c186f375 100644 (file)
@@ -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 {