summaryrefslogtreecommitdiffstats
path: root/src/runtime/shadergenerator/q3dsshaderprogramgenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/shadergenerator/q3dsshaderprogramgenerator.cpp')
-rw-r--r--src/runtime/shadergenerator/q3dsshaderprogramgenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/shadergenerator/q3dsshaderprogramgenerator.cpp b/src/runtime/shadergenerator/q3dsshaderprogramgenerator.cpp
index 1ffb66c..eea49a0 100644
--- a/src/runtime/shadergenerator/q3dsshaderprogramgenerator.cpp
+++ b/src/runtime/shadergenerator/q3dsshaderprogramgenerator.cpp
@@ -520,7 +520,7 @@ public:
return QStringLiteral("varying");
return QStringLiteral("in");
}
- void addShaderOutgoingMap()
+ void addShaderOutgoingMap() override
{
// Do nothing
}