Skip to content

Commit dc3353e

Browse files
committed
[processing] forgot to rename variable
1 parent ae9bd06 commit dc3353e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/processing/qgsalgorithmmultiringconstantbuffer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ QgsFeatureList QgsMultiRingConstantBufferAlgorithm::processFeature( const QgsFea
116116

117117
QgsFeatureList outputs;
118118

119-
for ( int i = 1; i <= mRingsNumber; ++i )
119+
for ( int i = 1; i <= rings; ++i )
120120
{
121121
QgsFeature out;
122122
currentDistance = i * distance;

0 commit comments

Comments
 (0)