From bc193c0034b16dc1c99eeff43193fb5b81ec3ed9 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Wed, 2 Aug 2017 16:07:48 +0200 Subject: [PATCH] =?UTF-8?q?fix=20QgsRasterHistogram::histogramVector=20for?= =?UTF-8?q?=20SIP=C2=A0<=3D=204.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/core/raster/qgsrasterhistogram.sip | 2 +- src/core/raster/qgsrasterhistogram.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/core/raster/qgsrasterhistogram.sip b/python/core/raster/qgsrasterhistogram.sip index a1ecb6c8ffc..014f41e19a9 100644 --- a/python/core/raster/qgsrasterhistogram.sip +++ b/python/core/raster/qgsrasterhistogram.sip @@ -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:: diff --git a/src/core/raster/qgsrasterhistogram.h b/src/core/raster/qgsrasterhistogram.h index 73dbe34cf64..14825218d31 100644 --- a/src/core/raster/qgsrasterhistogram.h +++ b/src/core/raster/qgsrasterhistogram.h @@ -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;