Skip to content

Commit 13a6fd9

Browse files
committed
Fix for older compilers, like on stock Mac OS X
1 parent 4f3b053 commit 13a6fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/composer/qgscomposerlabel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class CORE_EXPORT QgsComposerLabel: public QgsComposerItem
4949
QString displayText() const;
5050

5151
/** Sets the current feature, the current layer and a list of local variable substitutions for evaluating expressions */
52-
void setExpressionContext( QgsFeature* feature, QgsVectorLayer* layer, QMap<QString, QVariant> substitutions = QMap<QString, QVariant>() );
52+
void setExpressionContext( QgsFeature* feature, QgsVectorLayer* layer, QMap<QString, QVariant> substitutions = ( QMap<QString, QVariant>() ) );
5353

5454
QFont font() const;
5555
void setFont( const QFont& f );

0 commit comments

Comments
 (0)