Skip to content

Commit 07fd9cb

Browse files
committed
Add missing overrides
1 parent 2b1cf99 commit 07fd9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/providers/arcgisrest/qgsafssourceselect.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class QgsAfsSourceSelect: public QgsArcGisServiceSourceSelect
4040
const QgsRectangle &bBox = QgsRectangle() ) const override;
4141
private:
4242
//! A layer is added from the dialog
43-
virtual void addServiceLayer( QString uri, QString typeName );
43+
virtual void addServiceLayer( QString uri, QString typeName ) override;
4444

4545
};
4646

src/providers/arcgisrest/qgsamssourceselect.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class QgsAmsSourceSelect: public QgsArcGisServiceSourceSelect
3939
const QgsRectangle &bBox = QgsRectangle() ) const override;
4040
private:
4141
//! A layer is added from the dialog
42-
virtual void addServiceLayer( QString uri, QString typeName );
42+
virtual void addServiceLayer( QString uri, QString typeName ) override;
4343
};
4444

4545
#endif // QGSAMSSOURCESELECT_H

0 commit comments

Comments
 (0)