Skip to content

Commit

Permalink
Fix signature of qgsattributeform.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
stev-0 committed Nov 23, 2019
1 parent 9c9b5ca commit 79430b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsattributeform.cpp
Expand Up @@ -591,7 +591,7 @@ void QgsAttributeForm::pushSelectedFeaturesMessage()
}
}

void QgsAttributeForm::displayWarning( const QString& message )
void QgsAttributeForm::displayWarning( const QString &message )
{
mMessageBar->pushMessage( QString(),
message,
Expand Down

0 comments on commit 79430b5

Please sign in to comment.