aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qml/compiler/qv4codegen_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4codegen_p.h b/src/qml/compiler/qv4codegen_p.h
index 3ff3ed0460..f773e3905f 100644
--- a/src/qml/compiler/qv4codegen_p.h
+++ b/src/qml/compiler/qv4codegen_p.h
@@ -89,7 +89,7 @@ public:
virtual ~CodegenWarningInterface() = default;
};
-static inline CodegenWarningInterface *defaultCodegenWarningInterface()
+inline CodegenWarningInterface *defaultCodegenWarningInterface()
{
static CodegenWarningInterface interface;
return &interface;