Skip to content

Commit e7bba64

Browse files
author
jef
committedOct 6, 2008
fix sip compile error
git-svn-id: http://svn.osgeo.org/qgis/trunk@9443 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e35a359 commit e7bba64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/gui/qgsmapcanvas.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class QgsMapCanvas : QGraphicsView
116116
void updateFullExtent();
117117

118118
//! return the map layer at postion index in the layer stack
119-
QgsMapLayer *getZpos(int index);
119+
QgsMapLayer *layer(int index);
120120

121121
//! return number of layers on the map
122122
int layerCount() const;

0 commit comments

Comments
 (0)
Please sign in to comment.