Fix missing commit

This commit is contained in:
Nyall Dawson 2016-10-20 17:38:19 +10:00
parent bc30cdf41d
commit 02fc2b0858

View File

@ -186,7 +186,7 @@ class CORE_EXPORT QgsSymbolLegendNode : public QgsLayerTreeModelLegendNode
* render context in advance and call this method instead of minimumIconSize().
* @note added in QGIS 2.18
*/
QSize minimumIconSize( QgsRenderContext &context ) const;
QSize minimumIconSize( QgsRenderContext* context ) const;
/** Returns the symbol used by the legend node.
* @see setSymbol()