From bc9ec8e5baea915fc8e7e3de949ce6360307f5c6 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Fri, 8 Jan 2016 16:37:45 +0100 Subject: [PATCH] Fix build. --- src/modules/partition/gui/ChoicePage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 135a2ec4b..60280dda3 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -221,7 +221,7 @@ ChoicePage::setupChoices() m_itemsLayout->addStretch(); connect( m_grp, static_cast< void( QButtonGroup::* )( int, bool ) >( &QButtonGroup::buttonToggled ), - this, [ this, m_grp ]( int id, bool checked ) + this, [ this ]( int id, bool checked ) { if ( checked ) // An action was picked. {