Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Followup d0e9472
We can't safely use final on anything exposed through sip
  • Loading branch information
nyalldawson committed Jun 28, 2018
1 parent d0e9472 commit d21af30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectordataprovider.h
Expand Up @@ -180,7 +180,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
* \see empty()
* \since QGIS 3.4
*/
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const final;
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const;

/**
* Returns the fields associated with this data provider.
Expand Down

0 comments on commit d21af30

Please sign in to comment.