Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 7, 2021
1 parent 53fe2d4 commit 30cdd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/dxf/qgsdxfexport.cpp
Expand Up @@ -1870,7 +1870,7 @@ QList< QPair< QgsSymbolLayer *, QgsSymbol * > > QgsDxfExport::symbolLayers( QgsR
{
QList< QPair< QgsSymbolLayer *, QgsSymbol * > > symbolLayers;

for ( DxfLayerJob *job : std::as_const( mJobs ) )
for ( DxfLayerJob *job : qgis::as_const( mJobs ) )
{
const QgsSymbolList symbols = job->renderer->symbols( context );

Expand Down

0 comments on commit 30cdd1b

Please sign in to comment.