diff options
Diffstat (limited to 'fastboot/fastboot.cpp')
-rw-r--r-- | fastboot/fastboot.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 38be934b9..829958a78 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -1309,6 +1309,7 @@ static void CancelSnapshotIfNeeded() { class ImageSource { public: + virtual ~ImageSource() {}; virtual bool ReadFile(const std::string& name, std::vector<char>* out) const = 0; virtual int OpenFile(const std::string& name) const = 0; }; |