Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 19, 2020
1 parent 46ef391 commit 6a2832e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/interpolation/qgsdualedgetriangulation.h
Expand Up @@ -138,7 +138,7 @@ class ANALYSIS_EXPORT QgsDualEdgeTriangulation: public QgsTriangulation
//! Checks, if 'edge' has to be swapped because of the empty circle criterion. If so, doSwap(...) is called.
bool checkSwapRecursively( unsigned int edge, unsigned int recursiveDeep );
//! Return true if edge need to be swapped after Delaunay criteria control
bool isEdgeNeedSwap( unsigned int edge );
bool isEdgeNeedSwap( unsigned int edge ) const;
//! Swaps 'edge' and test recursively for other swaps (delaunay criterion)
void doSwapRecursively( unsigned int edge, unsigned int recursiveDeep );
//! Swaps 'edge' and does no recursiv testing
Expand Down

0 comments on commit 6a2832e

Please sign in to comment.