aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_masm_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/compiler/qv4isel_masm_p.h')
-rw-r--r--src/qml/compiler/qv4isel_masm_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4isel_masm_p.h b/src/qml/compiler/qv4isel_masm_p.h
index 3cde647293..4461f16b3e 100644
--- a/src/qml/compiler/qv4isel_masm_p.h
+++ b/src/qml/compiler/qv4isel_masm_p.h
@@ -63,6 +63,8 @@ class InstructionSelection;
struct CompilationUnit : public QV4::CompiledData::CompilationUnit
{
+ virtual ~CompilationUnit();
+
virtual QV4::Function *linkBackendToEngine(QV4::ExecutionEngine *engine);
virtual QV4::ExecutableAllocator::ChunkOfPages *chunkForFunction(int functionIndex);