summaryrefslogtreecommitdiffstats
path: root/compiler/elf_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/elf_writer.h')
-rw-r--r--compiler/elf_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/elf_writer.h b/compiler/elf_writer.h
index ab436e4..0dfce6e 100644
--- a/compiler/elf_writer.h
+++ b/compiler/elf_writer.h
@@ -47,7 +47,7 @@ class ElfWriter {
protected:
ElfWriter(const CompilerDriver& driver, File* elf_file);
- ~ElfWriter();
+ virtual ~ElfWriter();
virtual bool Write(std::vector<uint8_t>& oat_contents,
const std::vector<const DexFile*>& dex_files,