Skip to content

Commit 7fe11fc

Browse files
author
wonder
committed
PyQGIS: fixed invalid signature of writeXML function
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11407 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 39d1f26 commit 7fe11fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsgraduatedsymbolrenderer.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class QgsGraduatedSymbolRenderer : QgsRenderer
6565

6666
/**Writes the contents of the renderer to a configuration file
6767
@ return true in case of success*/
68-
virtual bool writeXML( QDomNode & layer_node, QDomDocument & document, QgsVectorLayer& vl ) const;
68+
virtual bool writeXML( QDomNode & layer_node, QDomDocument & document, const QgsVectorLayer& vl ) const;
6969

7070
/** Returns true*/
7171
bool needsAttributes() const;

0 commit comments

Comments
 (0)