PyQGIS: fixed invalid signature of writeXML function

git-svn-id: http://svn.osgeo.org/qgis/trunk@11407 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
wonder 2009-08-17 10:40:36 +00:00
parent e028bc7578
commit 013bbd2819

View File

@ -65,7 +65,7 @@ class QgsGraduatedSymbolRenderer : QgsRenderer
/**Writes the contents of the renderer to a configuration file
@ return true in case of success*/
virtual bool writeXML( QDomNode & layer_node, QDomDocument & document, QgsVectorLayer& vl ) const;
virtual bool writeXML( QDomNode & layer_node, QDomDocument & document, const QgsVectorLayer& vl ) const;
/** Returns true*/
bool needsAttributes() const;