mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
fix SIP_SKIP
This commit is contained in:
parent
6454ac4909
commit
48ab44ef11
@ -81,8 +81,7 @@ class ANALYSIS_EXPORT QgsRasterMatrix
|
||||
* Returns data array (but not ownership)
|
||||
* \note not available in Python bindings
|
||||
*/
|
||||
double *data() { return mData; }
|
||||
SIP_SKIP
|
||||
double *data() SIP_SKIP { return mData; }
|
||||
|
||||
/**
|
||||
* Returns data and ownership. Sets data and nrows, ncols of this matrix to 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user