don't forget the python bindings

git-svn-id: http://svn.osgeo.org/qgis/trunk@13136 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2010-03-21 21:27:20 +00:00
parent 40ba110105
commit c1ca74c830

View File

@ -79,7 +79,7 @@ public:
virtual QgsSymbolV2List symbols()=0;
void renderFeature(QgsFeature& feature, QgsRenderContext& context, int layer = -1, bool drawVertexMarker = false );
virtual void renderFeature(QgsFeature& feature, QgsRenderContext& context, int layer = -1, bool drawVertexMarker = false );
bool usingSymbolLevels() const;
void setUsingSymbolLevels(bool usingSymbolLevels);