Skip to content

Commit

Permalink
Merge pull request #9721 from elpaso/bugfix-21697-server-gfi-top-grou…
Browse files Browse the repository at this point in the history
…p-layers-3_6-layout

Code layout fix 3.6 build
  • Loading branch information
elpaso authored Apr 5, 2019
2 parents af4e911 + 0df510c commit 76efbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsrenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ namespace QgsWms
QStringList mRestrictedLayers;
QMap<QString, QgsMapLayer *> mNicknameLayers;
QMap<QString, QList<QgsMapLayer *> > mLayerGroups;
QList<QgsMapLayer *> mTemporaryLayers;
QList<QgsMapLayer *> mTemporaryLayers;
QStringList flattenedQueryLayers() const;

public:
Expand Down

0 comments on commit 76efbc6

Please sign in to comment.