Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix sip compile error
git-svn-id: http://svn.osgeo.org/qgis/trunk@9443 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 6, 2008
1 parent e35a359 commit e7bba64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gui/qgsmapcanvas.sip
Expand Up @@ -116,7 +116,7 @@ class QgsMapCanvas : QGraphicsView
void updateFullExtent();

//! return the map layer at postion index in the layer stack
QgsMapLayer *getZpos(int index);
QgsMapLayer *layer(int index);

//! return number of layers on the map
int layerCount() const;
Expand Down

0 comments on commit e7bba64

Please sign in to comment.