File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ class QgsSLDConfigParser : public QgsWmsConfigParser
133
133
134
134
void serviceCapabilities ( QDomElement& parentElement, QDomDocument& doc ) const override ;
135
135
136
- bool allowRequestDefinedDatasources () const ;
136
+ bool allowRequestDefinedDatasources () const override ;
137
137
138
138
private:
139
139
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ class SERVER_EXPORT QgsWmsProjectParser : public QgsWmsConfigParser
127
127
128
128
bool useLayerIds () const override { return mProjectParser ->useLayerIds (); }
129
129
130
- bool allowRequestDefinedDatasources () const ;
130
+ bool allowRequestDefinedDatasources () const override ;
131
131
132
132
private:
133
133
QgsServerProjectParser* mProjectParser ;
You can’t perform that action at this time.
0 commit comments