Skip to content

Commit 2872f0f

Browse files
author
jef
committed
fix sip error
git-svn-id: http://svn.osgeo.org/qgis/trunk@11834 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 175e531 commit 2872f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsmaplayer.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public:
254254

255255
/** Get the QImage used for caching render operations
256256
* @note This method was added in QGIS 1.4 **/
257-
QImage * cacheImage() { return mpCacheImage; }
257+
QImage *cacheImage();
258258
/** Set the QImage used for caching render operations
259259
* @note This method was added in QGIS 1.4 **/
260260
void setCacheImage( QImage * thepImage );

0 commit comments

Comments
 (0)