Skip to content

Commit

Permalink
Add override after dataComment move
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Apr 6, 2020
1 parent 59b0dc1 commit 3a5ad9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectordataprovider.h
Expand Up @@ -198,7 +198,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
* Returns a short comment for the data that this provider is
* providing access to (e.g. the comment for postgres table).
*/
virtual QString dataComment() const;
virtual QString dataComment() const override;

/**
* Returns the minimum value of an attribute
Expand Down

0 comments on commit 3a5ad9a

Please sign in to comment.