Skip to content

Commit

Permalink
const allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont authored Sep 13, 2024
1 parent 46693c6 commit 6778a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsrendercontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void QgsWmsRenderContext::setParameters( const QgsWmsParameters &parameters )

bool QgsWmsRenderContext::addLayerToRender( QgsMapLayer *layer )
{
bool allowed = checkLayerReadPermissions( layer );
const bool allowed = checkLayerReadPermissions( layer );
if ( allowed )
{
mLayersToRender.append( layer );
Expand Down

0 comments on commit 6778a17

Please sign in to comment.