fix SIP_SKIP

This commit is contained in:
Denis Rouzaud 2024-12-03 16:07:05 +01:00
parent 6454ac4909
commit 48ab44ef11

View File

@ -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