summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltfexport/gltfexporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sceneparsers/gltfexport/gltfexporter.h')
-rw-r--r--src/plugins/sceneparsers/gltfexport/gltfexporter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/sceneparsers/gltfexport/gltfexporter.h b/src/plugins/sceneparsers/gltfexport/gltfexporter.h
index 3eeaa000f..0d30a2064 100644
--- a/src/plugins/sceneparsers/gltfexport/gltfexporter.h
+++ b/src/plugins/sceneparsers/gltfexport/gltfexporter.h
@@ -161,8 +161,8 @@ private:
QHash<QString, QColor> colors;
QHash<QString, QString> textures;
QHash<QString, QVariant> values;
- QVector<int> blendArguments;
- QVector<int> blendEquations;
+ std::vector<int> blendArguments;
+ std::vector<int> blendEquations;
};
struct ProgramInfo {