Skip to content

Commit

Permalink
Add consts also to sip file for QgsMapLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Aug 17, 2011
1 parent 57c4ee7 commit a29b49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/qgsmaplayer.sip
Expand Up @@ -141,7 +141,7 @@ public:

@returns true if successful
*/
bool readXML(QDomNode & layer_node);
bool readXML(const QDomNode& layer_node);


/** stores state in Dom node
Expand Down Expand Up @@ -345,7 +345,7 @@ protected:
/** called by readXML(), used by children to read state specific to them from
project files.
*/
virtual bool readXml( QDomNode & layer_node );
virtual bool readXml( const QDomNode& layer_node );

/** called by writeXML(), used by children to write state specific to them to
project files.
Expand Down

0 comments on commit a29b49f

Please sign in to comment.