aboutsummaryrefslogtreecommitdiff
path: root/src/charselect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/charselect.cpp')
-rw-r--r--src/charselect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charselect.cpp b/src/charselect.cpp
index d36220aa..ea1b5667 100644
--- a/src/charselect.cpp
+++ b/src/charselect.cpp
@@ -116,7 +116,7 @@ void Courtroom::set_char_select_page()
ui_char_select_left->hide();
ui_char_select_right->hide();
- for (AOCharButton *i_button : qAsConst(ui_char_button_list))
+ for (AOCharButton *i_button : std::as_const(ui_char_button_list))
{
i_button->hide();
i_button->move(0, 0);