From a216b5ca7632a062cea9287d80ad5086abc33537 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 22 Apr 2019 00:18:28 +0200 Subject: [PATCH] [libcalamaresui] Misplaced const --- src/libcalamaresui/ViewManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcalamaresui/ViewManager.cpp b/src/libcalamaresui/ViewManager.cpp index b8116746d..9da71f85f 100644 --- a/src/libcalamaresui/ViewManager.cpp +++ b/src/libcalamaresui/ViewManager.cpp @@ -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.