Skip to content

Commit

Permalink
match sip binding of QgsSymbolV2::renderHints() to c++ interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 7, 2012
1 parent 3cdbc5a commit 15ece19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/symbology-ng-core.sip
Expand Up @@ -740,7 +740,7 @@ public:
void setAlpha( qreal alpha );

//! @note added in 1.5
int renderHints() const;
int renderHints();
//! @note added in 1.5
void setRenderHints( int hints );

Expand Down

0 comments on commit 15ece19

Please sign in to comment.