[QGIS Commit] r13136 - trunk/qgis/python/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Mar 21 17:27:20 EDT 2010


Author: mhugent
Date: 2010-03-21 17:27:20 -0400 (Sun, 21 Mar 2010)
New Revision: 13136

Modified:
   trunk/qgis/python/core/symbology-ng-core.sip
Log:
don't forget the python bindings

Modified: trunk/qgis/python/core/symbology-ng-core.sip
===================================================================
--- trunk/qgis/python/core/symbology-ng-core.sip	2010-03-21 21:23:18 UTC (rev 13135)
+++ trunk/qgis/python/core/symbology-ng-core.sip	2010-03-21 21:27:20 UTC (rev 13136)
@@ -79,7 +79,7 @@
 
   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);



More information about the QGIS-commit mailing list