Skip to content

Commit

Permalink
Add override keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Nov 10, 2016
1 parent b0644ea commit 88587fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server/qgssldconfigparser.h
Expand Up @@ -133,7 +133,7 @@ class QgsSLDConfigParser : public QgsWmsConfigParser

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

bool allowRequestDefinedDatasources() const;
bool allowRequestDefinedDatasources() const override;

private:

Expand Down
2 changes: 1 addition & 1 deletion src/server/qgswmsprojectparser.h
Expand Up @@ -127,7 +127,7 @@ class SERVER_EXPORT QgsWmsProjectParser : public QgsWmsConfigParser

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

bool allowRequestDefinedDatasources() const;
bool allowRequestDefinedDatasources() const override;

private:
QgsServerProjectParser* mProjectParser;
Expand Down

0 comments on commit 88587fd

Please sign in to comment.