fix QgsRasterHistogram::histogramVector for SIP <= 4.17

This commit is contained in:
Denis Rouzaud 2017-08-02 16:07:48 +02:00 committed by Matthias Kuhn
parent 3cc3946029
commit bc193c0034
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ class QgsRasterHistogram
Whether histogram includes out of range values (in first and last bin)
%End
HistogramVector histogramVector;
QgsRasterHistogram::HistogramVector histogramVector;
%Docstring
Store the histogram for a given layer
.. note::

View File

@ -74,7 +74,7 @@ class CORE_EXPORT QgsRasterHistogram
/** \brief Store the histogram for a given layer
* \note not available via Python binding
*/
HistogramVector histogramVector;
QgsRasterHistogram::HistogramVector histogramVector;
//! \brief The maximum histogram value.
double maximum;