Skip to content

Commit 4bdfb84

Browse files
committed
Fix for older compilers, like on default Mac setup
1 parent a7700ba commit 4bdfb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsidentifyresultsdialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class QgsIdentifyResultsDialog: public QDialog, private Ui::QgsIdentifyResultsBa
113113
const QMap< QString, QString > &derivedAttributes,
114114
const QgsFields &fields = QgsFields(),
115115
const QgsFeature &feature = QgsFeature(),
116-
const QMap<QString, QVariant> &params = QMap<QString, QVariant>() );
116+
const QMap<QString, QVariant> &params = ( QMap<QString, QVariant>() ) );
117117

118118
/** Add feature from identify results */
119119
void addFeature( QgsMapToolIdentify::IdentifyResult result );

0 commit comments

Comments
 (0)