summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/rhi/renderer/rendercommand_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/renderers/rhi/renderer/rendercommand_p.h')
-rw-r--r--src/plugins/renderers/rhi/renderer/rendercommand_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/renderers/rhi/renderer/rendercommand_p.h b/src/plugins/renderers/rhi/renderer/rendercommand_p.h
index 421ea2b8d..704e79c32 100644
--- a/src/plugins/renderers/rhi/renderer/rendercommand_p.h
+++ b/src/plugins/renderers/rhi/renderer/rendercommand_p.h
@@ -128,7 +128,7 @@ public:
// A QAttribute pack might be interesting
// This is a temporary fix in the meantime, to remove the hacked methods in Technique
- QVector<int> m_activeAttributes;
+ std::vector<int> m_activeAttributes;
float m_depth;
int m_changeCost;