Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 27, 2019
1 parent 20a26a0 commit 131b659
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsrendercontext.cpp
Expand Up @@ -482,7 +482,7 @@ void QgsWmsRenderContext::removeUnwantedLayers()

if ( mFlags & UseWfsLayersOnly )
{
if ( layer->type() != QgsMapLayer::VectorLayer )
if ( layer->type() != QgsMapLayerType::VectorLayer )
{
continue;
}
Expand Down
2 changes: 0 additions & 2 deletions src/server/services/wms/qgswmsrenderer.h
Expand Up @@ -275,8 +275,6 @@ namespace QgsWms
*/
int width() const;

const QgsWmsParameters &mWmsParameters;

void configureLayers( QList<QgsMapLayer *> &layers, QgsMapSettings *settings = nullptr );

void setLayerStyle( QgsMapLayer *layer, const QString &style ) const;
Expand Down

0 comments on commit 131b659

Please sign in to comment.