Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 3, 2017
1 parent 8631472 commit b36dd12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/analysis/interpolation/qgsinterpolator.sip
Expand Up @@ -79,7 +79,7 @@ class QgsInterpolator
%Docstring
Feature source
%End
ValueSource valueSource;
QgsInterpolator::ValueSource valueSource;
%Docstring
Source for feature values to interpolate
%End
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/interpolation/qgsinterpolator.h
Expand Up @@ -95,7 +95,7 @@ class ANALYSIS_EXPORT QgsInterpolator
//! Feature source
QgsFeatureSource *source = nullptr;
//! Source for feature values to interpolate
ValueSource valueSource = ValueAttribute;
QgsInterpolator::ValueSource valueSource = QgsInterpolator::ValueAttribute;
//! Index of feature attribute to use for interpolation
int interpolationAttribute = -1;
//! Source type
Expand Down

0 comments on commit b36dd12

Please sign in to comment.