fix sip compile error

git-svn-id: http://svn.osgeo.org/qgis/trunk@9443 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2008-10-06 18:12:16 +00:00
parent e35a35951e
commit e7bba64bf1

View File

@ -116,7 +116,7 @@ class QgsMapCanvas : QGraphicsView
void updateFullExtent(); void updateFullExtent();
//! return the map layer at postion index in the layer stack //! 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 //! return number of layers on the map
int layerCount() const; int layerCount() const;