Skip to content

Commit

Permalink
Undo access modifier change
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 18, 2018
1 parent 6a0fbac commit ef55d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/vector/geometry_checker/qgsgeometrycheck.h
Expand Up @@ -99,7 +99,7 @@ class ANALYSIS_EXPORT QgsGeometryCheck
bool isCompatible( QgsWkbTypes::GeometryType type ) const { return mCompatibleGeometryTypes.contains( type ); }
QgsGeometryCheckerContext *context() const { return mContext; }

private:
protected:
QMap<QString, QgsFeatureIds> allLayerFeatureIds() const;
void replaceFeatureGeometryPart( const QString &layerId, QgsFeature &feature, int partIdx, QgsAbstractGeometry *newPartGeom, Changes &changes ) const;
void deleteFeatureGeometryPart( const QString &layerId, QgsFeature &feature, int partIdx, Changes &changes ) const;
Expand Down

0 comments on commit ef55d23

Please sign in to comment.