From 48ab44ef11d93330c9f7dbd764cecb66a7225a6f Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Tue, 3 Dec 2024 16:07:05 +0100 Subject: [PATCH] fix SIP_SKIP --- src/analysis/raster/qgsrastermatrix.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/analysis/raster/qgsrastermatrix.h b/src/analysis/raster/qgsrastermatrix.h index 77084f69103..a2a78ffea05 100644 --- a/src/analysis/raster/qgsrastermatrix.h +++ b/src/analysis/raster/qgsrastermatrix.h @@ -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