[libcalamaresui] Misplaced const

This commit is contained in:
Adriaan de Groot 2019-04-22 00:18:28 +02:00
parent 455d106163
commit a216b5ca76

View File

@ -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.