Skip to content

Commit

Permalink
Fix sip bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 7, 2016
1 parent fa74b04 commit a03e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/symbology-ng/qgspointdisplacementrenderer.sip
Expand Up @@ -69,7 +69,7 @@ class QgsPointDisplacementRenderer : QgsFeatureRendererV2
QString labelAttributeName() const;

void setEmbeddedRenderer( QgsFeatureRendererV2* r /Transfer/ );
QgsFeatureRendererV2* embeddedRenderer();
const QgsFeatureRendererV2* embeddedRenderer() const;

virtual void setLegendSymbolItem( const QString& key, QgsSymbolV2* symbol );

Expand Down

0 comments on commit a03e28b

Please sign in to comment.