Fix build

This commit is contained in:
Nyall Dawson 2017-11-03 11:02:27 +10:00
parent 8631472089
commit b36dd121d3
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ class QgsInterpolator
%Docstring
Feature source
%End
ValueSource valueSource;
QgsInterpolator::ValueSource valueSource;
%Docstring
Source for feature values to interpolate
%End

View File

@ -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