From 013bbd28190a6057c07bba92a24861a520568a2e Mon Sep 17 00:00:00 2001 From: wonder Date: Mon, 17 Aug 2009 10:40:36 +0000 Subject: [PATCH] PyQGIS: fixed invalid signature of writeXML function git-svn-id: http://svn.osgeo.org/qgis/trunk@11407 c8812cc2-4d05-0410-92ff-de0c093fc19c --- python/core/qgsgraduatedsymbolrenderer.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/core/qgsgraduatedsymbolrenderer.sip b/python/core/qgsgraduatedsymbolrenderer.sip index 4919dc81eb2..9b7a3545189 100644 --- a/python/core/qgsgraduatedsymbolrenderer.sip +++ b/python/core/qgsgraduatedsymbolrenderer.sip @@ -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;