Skip to content

Commit

Permalink
Add missing overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 13, 2017
1 parent 2b1cf99 commit 07fd9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/providers/arcgisrest/qgsafssourceselect.h
Expand Up @@ -40,7 +40,7 @@ class QgsAfsSourceSelect: public QgsArcGisServiceSourceSelect
const QgsRectangle &bBox = QgsRectangle() ) const override; const QgsRectangle &bBox = QgsRectangle() ) const override;
private: private:
//! A layer is added from the dialog //! A layer is added from the dialog
virtual void addServiceLayer( QString uri, QString typeName ); virtual void addServiceLayer( QString uri, QString typeName ) override;


}; };


Expand Down
2 changes: 1 addition & 1 deletion src/providers/arcgisrest/qgsamssourceselect.h
Expand Up @@ -39,7 +39,7 @@ class QgsAmsSourceSelect: public QgsArcGisServiceSourceSelect
const QgsRectangle &bBox = QgsRectangle() ) const override; const QgsRectangle &bBox = QgsRectangle() ) const override;
private: private:
//! A layer is added from the dialog //! A layer is added from the dialog
virtual void addServiceLayer( QString uri, QString typeName ); virtual void addServiceLayer( QString uri, QString typeName ) override;
}; };


#endif // QGSAMSSOURCESELECT_H #endif // QGSAMSSOURCESELECT_H

0 comments on commit 07fd9cb

Please sign in to comment.