Skip to content

Commit 13ac821

Browse files
committed
Fix build
1 parent 5612936 commit 13ac821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/symbology-ng/qgssinglesymbolrendererv2.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class QgsSingleSymbolRendererV2 : QgsFeatureRendererV2
6565

6666
virtual QSet< QString > legendKeysForFeature( QgsFeature& feature, QgsRenderContext& context );
6767

68-
virtual void setLegendSymbolItem( const QString& key, QgsSymbolV2* symbol /Transfer/ )
68+
virtual void setLegendSymbolItem( const QString& key, QgsSymbolV2* symbol /Transfer/ );
6969

7070
//! creates a QgsSingleSymbolRendererV2 from an existing renderer.
7171
//! @note added in 2.5

0 commit comments

Comments
 (0)