Skip to content

Commit d4aa0ed

Browse files
committedDec 16, 2012
Change binding for QgsMapRenderer::render
1 parent edd7199 commit d4aa0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/core/qgsmaprenderer.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class QgsMapRenderer : QObject
9595

9696
//! starts rendering
9797
//! @ param forceWidthScale Force a specific scale factor for line widths and marker sizes. Automatically calculated from output device DPI if 0
98-
void render( QPainter* painter, double* forceWidthScale = 0 );
98+
void render( QPainter* painter );
9999

100100
//! sets extent and checks whether suitable (returns false if not)
101101
bool setExtent( const QgsRectangle& extent );

0 commit comments

Comments
 (0)
Please sign in to comment.