Skip to content
Snippets Groups Projects
Commit c2b93944 authored by Christian Strømme's avatar Christian Strømme
Browse files

Don't allow implicit conversions from QSSGShaderDefaultMaterialKey


... to QSSGDefaultMaterialPreparationResult.

Change-Id: I9c413cb0bb70ecbce46715ef9cf7194f21450edf
Reviewed-by: default avatarAndy Nichols <andy.nichols@qt.io>
parent c482c4e1
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ struct QSSGDefaultMaterialPreparationResult
QSSGShaderDefaultMaterialKey materialKey;
bool dirty;
QSSGDefaultMaterialPreparationResult(QSSGShaderDefaultMaterialKey inMaterialKey);
explicit QSSGDefaultMaterialPreparationResult(QSSGShaderDefaultMaterialKey inMaterialKey);
};
// Data used strictly in the render preparation step.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment