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 %Docstring
Feature source Feature source
%End %End
ValueSource valueSource; QgsInterpolator::ValueSource valueSource;
%Docstring %Docstring
Source for feature values to interpolate Source for feature values to interpolate
%End %End

View File

@ -95,7 +95,7 @@ class ANALYSIS_EXPORT QgsInterpolator
//! Feature source //! Feature source
QgsFeatureSource *source = nullptr; QgsFeatureSource *source = nullptr;
//! Source for feature values to interpolate //! Source for feature values to interpolate
ValueSource valueSource = ValueAttribute; QgsInterpolator::ValueSource valueSource = QgsInterpolator::ValueAttribute;
//! Index of feature attribute to use for interpolation //! Index of feature attribute to use for interpolation
int interpolationAttribute = -1; int interpolationAttribute = -1;
//! Source type //! Source type