Skip to content

Commit bc193c0

Browse files
3nidsm-kuhn
authored andcommittedAug 19, 2017
fix QgsRasterHistogram::histogramVector for SIP <= 4.17
1 parent 3cc3946 commit bc193c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/raster/qgsrasterhistogram.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class QgsRasterHistogram
4747
Whether histogram includes out of range values (in first and last bin)
4848
%End
4949

50-
HistogramVector histogramVector;
50+
QgsRasterHistogram::HistogramVector histogramVector;
5151
%Docstring
5252
Store the histogram for a given layer
5353
.. note::

‎src/core/raster/qgsrasterhistogram.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class CORE_EXPORT QgsRasterHistogram
7474
/** \brief Store the histogram for a given layer
7575
* \note not available via Python binding
7676
*/
77-
HistogramVector histogramVector;
77+
QgsRasterHistogram::HistogramVector histogramVector;
7878

7979
//! \brief The maximum histogram value.
8080
double maximum;

0 commit comments

Comments
 (0)
Please sign in to comment.