Skip to content

Commit c1ca74c

Browse files
author
mhugent
committed
don't forget the python bindings
git-svn-id: http://svn.osgeo.org/qgis/trunk@13136 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 40ba110 commit c1ca74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/symbology-ng-core.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public:
7979

8080
virtual QgsSymbolV2List symbols()=0;
8181

82-
void renderFeature(QgsFeature& feature, QgsRenderContext& context, int layer = -1, bool drawVertexMarker = false );
82+
virtual void renderFeature(QgsFeature& feature, QgsRenderContext& context, int layer = -1, bool drawVertexMarker = false );
8383

8484
bool usingSymbolLevels() const;
8585
void setUsingSymbolLevels(bool usingSymbolLevels);

0 commit comments

Comments
 (0)