mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[libcalamaresui] Misplaced const
This commit is contained in:
parent
455d106163
commit
a216b5ca76
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue