Skip to content

Commit

Permalink
fix QgsRasterHistogram::histogramVector for SIP <= 4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and m-kuhn committed Aug 19, 2017
1 parent 3cc3946 commit bc193c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/raster/qgsrasterhistogram.sip
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterhistogram.h
Expand Up @@ -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;
Expand Down

0 comments on commit bc193c0

Please sign in to comment.