[libcalamaresui] Misplaced const
This commit is contained in:
parent
455d106163
commit
a216b5ca76
@ -240,7 +240,7 @@ ViewManager::next()
|
||||
bool executing = false;
|
||||
if ( step->isAtEnd() )
|
||||
{
|
||||
const auto const* settings = Calamares::Settings::instance();
|
||||
const auto* const settings = Calamares::Settings::instance();
|
||||
|
||||
// Special case when the user clicks next on the very last page in a view phase
|
||||
// and right before switching to an execution phase.
|
||||
|
Loading…
Reference in New Issue
Block a user