Skip to content

Commit 88587fd

Browse files
committed
Add override keywords
1 parent b0644ea commit 88587fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server/qgssldconfigparser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class QgsSLDConfigParser : public QgsWmsConfigParser
133133

134134
void serviceCapabilities( QDomElement& parentElement, QDomDocument& doc ) const override;
135135

136-
bool allowRequestDefinedDatasources() const;
136+
bool allowRequestDefinedDatasources() const override;
137137

138138
private:
139139

src/server/qgswmsprojectparser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class SERVER_EXPORT QgsWmsProjectParser : public QgsWmsConfigParser
127127

128128
bool useLayerIds() const override { return mProjectParser->useLayerIds(); }
129129

130-
bool allowRequestDefinedDatasources() const;
130+
bool allowRequestDefinedDatasources() const override;
131131

132132
private:
133133
QgsServerProjectParser* mProjectParser;

0 commit comments

Comments
 (0)