Skip to content

Commit

Permalink
fix build on xenial & stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 4, 2018
1 parent 2473973 commit 2a974e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -114,11 +114,11 @@ Subclasses need to implement the processGeometry method.
QgsSingleGeometryCheck( const QgsGeometryCheckContext *context,
const QVariantMap &configuration );

void collectErrors( const QMap<QString, QgsFeaturePool *> &featurePools,
virtual void collectErrors( const QMap<QString, QgsFeaturePool *> &featurePools,
QList<QgsGeometryCheckError *> &errors,
QStringList &messages,
QgsFeedback *feedback = 0,
const QgsGeometryCheck::LayerFeatureIds &ids = QgsGeometryCheck::LayerFeatureIds() ) const final;
const QgsGeometryCheck::LayerFeatureIds &ids = QgsGeometryCheck::LayerFeatureIds() ) const ${SIP_FINAL};

virtual QList<QgsSingleGeometryCheckError *> processGeometry( const QgsGeometry &geometry ) const = 0;
%Docstring
Expand Down
Expand Up @@ -144,7 +144,7 @@ class ANALYSIS_EXPORT QgsSingleGeometryCheck : public QgsGeometryCheck
QList<QgsGeometryCheckError *> &errors,
QStringList &messages,
QgsFeedback *feedback = nullptr,
const QgsGeometryCheck::LayerFeatureIds &ids = QgsGeometryCheck::LayerFeatureIds() ) const final;
const QgsGeometryCheck::LayerFeatureIds &ids = QgsGeometryCheck::LayerFeatureIds() ) const FINAL;

/**
* Check the \a geometry for errors. It may make use of \a configuration options.
Expand Down

0 comments on commit 2a974e3

Please sign in to comment.