Skip to content

Commit

Permalink
fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli authored and nyalldawson committed Apr 17, 2021
1 parent d745d55 commit 7c96ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wcs/qgswcsdataitems.h
Expand Up @@ -82,7 +82,7 @@ class QgsWcsDataItemProvider : public QgsDataItemProvider
int capabilities() const override;

QgsDataItem *createDataItem( const QString &pathIn, QgsDataItem *parentItem ) override;
QVector<QgsDataItem *> createDataItems( const QString &path, QgsDataItem *parentItem );
QVector<QgsDataItem *> createDataItems( const QString &path, QgsDataItem *parentItem ) override;
};

#endif // QGSWCSDATAITEMS_H

0 comments on commit 7c96ec8

Please sign in to comment.