From c561bb86db120633af153472dff446e06b9f2cf7 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 6 Mar 2021 15:12:00 +0200 Subject: [PATCH 31/31] Qt: Fix a typo breaking build See osdn #41708 Signed-off-by: Marko Lindqvist --- client/gui-qt/cityrep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gui-qt/cityrep.cpp b/client/gui-qt/cityrep.cpp index 1d53b1378a..cfbea3b601 100644 --- a/client/gui-qt/cityrep.cpp +++ b/client/gui-qt/cityrep.cpp @@ -920,7 +920,7 @@ void city_widget::select_building_something() if (NULL != pcity) { if (str == "impr" && VUT_IMPROVEMENT == pcity->production.kind && !is_wonder(pcity->production.value.building) - && !is_convert_improvenemt(pcity->production.value.building)) { + && !is_convert_improvement(pcity->production.value.building)) { selection.append(QItemSelectionRange(i)); } else if (str == "unit" && VUT_UTYPE == pcity->production.kind) { selection.append(QItemSelectionRange(i)); -- 2.30.1