Commit 35b0520d authored by Thiago Macieira's avatar Thiago Macieira Committed by Jani Heikkinen
Browse files

Fix build in C++98 mode: template typenames must not be local


qgltf.cpp:1990:38: error: template argument for ‘template<class Key, class T> class QHash’ uses local type ‘GltfExporter::exportTechniques(QJsonObject&, const QString&)::ProgramNames’

Change-Id: Ic747cc2ab45e4dc6bb70ffff143844dc7120e571
Reviewed-by: default avatarLars Knoll <lars.knoll@theqtcompany.com>
Showing with 8 additions and 6 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment