Skip to content

Commit 3a1cc5a

Browse files
committed
Add virtual destructor
1 parent f031980 commit 3a1cc5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/analysis/vector/geometry_checker/qgsgeometrycheck.h

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ class ANALYSIS_EXPORT QgsGeometryCheckError
126126
const QVariant &value = QVariant(),
127127
ValueType valueType = ValueOther );
128128

129+
virtual ~QgsGeometryCheckError() = default;
130+
129131
const QgsGeometryCheckError &operator=( const QgsGeometryCheckError & ) = delete;
130132

131133
const QgsGeometryCheck *check() const { return mCheck; }

0 commit comments

Comments
 (0)