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 Sep 10, 2018
1 parent f031980 commit 3a1cc5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/analysis/vector/geometry_checker/qgsgeometrycheck.h
Expand Up @@ -126,6 +126,8 @@ class ANALYSIS_EXPORT QgsGeometryCheckError
const QVariant &value = QVariant(),
ValueType valueType = ValueOther );

virtual ~QgsGeometryCheckError() = default;

const QgsGeometryCheckError &operator=( const QgsGeometryCheckError & ) = delete;

const QgsGeometryCheck *check() const { return mCheck; }
Expand Down

0 comments on commit 3a1cc5a

Please sign in to comment.