diff --git a/src/gui/rhi/qrhivulkan.cpp b/src/gui/rhi/qrhivulkan.cpp index ec82aecdfa4..ce3efa50ba7 100644 --- a/src/gui/rhi/qrhivulkan.cpp +++ b/src/gui/rhi/qrhivulkan.cpp @@ -3235,7 +3235,7 @@ void QRhiVulkan::beginPass(QRhiCommandBuffer *cb, rpBeginInfo.renderArea.extent.width = uint32_t(rtD->pixelSize.width()); rpBeginInfo.renderArea.extent.height = uint32_t(rtD->pixelSize.height()); - QVarLengthArray cvs; + QVarLengthArray cvs; for (int i = 0; i < rtD->colorAttCount; ++i) { VkClearValue cv; cv.color = { { float(colorClearValue.redF()), float(colorClearValue.greenF()), float(colorClearValue.blueF()),