aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4assembler_p.h
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2016-06-22 17:50:23 +0300
committerRobin Burchell <robin.burchell@viroteck.net>2016-06-22 15:03:07 +0000
commit8188c652c192c958217546e4dc155a7c33c17a9f (patch)
tree54c4dac387d2354aeeb7adbcfac2d99aff81543b /src/qml/jit/qv4assembler_p.h
parent65c877f40e965c368fe6e7ed730242461b5824b7 (diff)
Fix a missing override declaration.
Change-Id: Iea2fec595e588571ed3d9a5c843404d52cd24c92 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/jit/qv4assembler_p.h')
-rw-r--r--src/qml/jit/qv4assembler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jit/qv4assembler_p.h b/src/qml/jit/qv4assembler_p.h
index f0063aae06..d53e0b0454 100644
--- a/src/qml/jit/qv4assembler_p.h
+++ b/src/qml/jit/qv4assembler_p.h
@@ -83,7 +83,7 @@ struct CompilationUnit : public QV4::CompiledData::CompilationUnit
void linkBackendToEngine(QV4::ExecutionEngine *engine) Q_DECL_OVERRIDE;
void prepareCodeOffsetsForDiskStorage(CompiledData::Unit *unit) Q_DECL_OVERRIDE;
- bool saveCodeToDisk(QIODevice *device, const CompiledData::Unit *unit, QString *errorString);
+ bool saveCodeToDisk(QIODevice *device, const CompiledData::Unit *unit, QString *errorString) Q_DECL_OVERRIDE;
// Coderef + execution engine