Skip to content

Commit

Permalink
Change binding for QgsMapRenderer::render
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Dec 16, 2012
1 parent edd7199 commit d4aa0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsmaprenderer.sip
Expand Up @@ -95,7 +95,7 @@ class QgsMapRenderer : QObject

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

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

0 comments on commit d4aa0ed

Please sign in to comment.