Skip to content

Commit

Permalink
PyQGIS: fixed invalid signature of writeXML function
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11407 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Aug 17, 2009
1 parent 39d1f26 commit 7fe11fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsgraduatedsymbolrenderer.sip
Expand Up @@ -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;
Expand Down

0 comments on commit 7fe11fc

Please sign in to comment.