Skip to content

Commit

Permalink
Add virtual destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 18, 2018
1 parent ef55d23 commit 8b85a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/vector/geometry_checker/qgsgeometrycheck.h
Expand Up @@ -90,6 +90,7 @@ class ANALYSIS_EXPORT QgsGeometryCheck
, mCompatibleGeometryTypes( compatibleGeometryTypes )
, mContext( context )
{}
virtual ~QgsGeometryCheck();
virtual void collectErrors( QList<QgsGeometryCheckError *> &errors, QStringList &messages, QAtomicInt *progressCounter = nullptr, const QMap<QString, QgsFeatureIds> &ids = QMap<QString, QgsFeatureIds>() ) const = 0;
virtual void fixError( QgsGeometryCheckError *error, int method, const QMap<QString, int> &mergeAttributeIndices, Changes &changes ) const = 0;
virtual QStringList resolutionMethods() const = 0;
Expand Down

0 comments on commit 8b85a18

Please sign in to comment.