Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix warning
Followup eff1357
  • Loading branch information
m-kuhn committed Jun 26, 2015
1 parent abd1978 commit 16ad2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/core/qgssearchwidgetwrapper.cpp
Expand Up @@ -22,8 +22,8 @@

QgsSearchWidgetWrapper::QgsSearchWidgetWrapper( QgsVectorLayer* vl, int fieldIdx, QWidget* parent )
: QgsWidgetWrapper( vl, 0, parent )
, mExpression( QString() )
, mFieldIdx( fieldIdx )
, mExpression( QString() )
{
}

Expand Down

0 comments on commit 16ad2f8

Please sign in to comment.