Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 11, 2019
1 parent 632aca5 commit 1aaa676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsrendercontext.h
Expand Up @@ -489,7 +489,7 @@ class CORE_EXPORT QgsRenderContext
* Assign new labeling engine
* \note not available in Python bindings
*/
void setLabelingEngine( QgsLabelingEngine *engine2 ) { mLabelingEngine = engine2; } SIP_SKIP
void setLabelingEngine( QgsLabelingEngine *engine ) { mLabelingEngine = engine; } SIP_SKIP

/**
* Sets the \a color to use when rendering selected features.
Expand Down

0 comments on commit 1aaa676

Please sign in to comment.