diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index dfbce10f0..ecb0adebc 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -212,7 +212,7 @@ jobs: - target: 14 soc: Apple os: macos-14 - xcode: "14.3.1" + xcode: "15.4" type: Release core_count: 3 make_package: 1 @@ -220,7 +220,7 @@ jobs: - target: 14 soc: Apple os: macos-14 - xcode: "14.3.1" + xcode: "15.4" type: Debug core_count: 3 diff --git a/cockatrice/src/client/game_logic/abstract_client.cpp b/cockatrice/src/client/game_logic/abstract_client.cpp index 57c45397d..b09335fba 100644 --- a/cockatrice/src/client/game_logic/abstract_client.cpp +++ b/cockatrice/src/client/game_logic/abstract_client.cpp @@ -50,7 +50,7 @@ AbstractClient::AbstractClient(QObject *parent) qRegisterMetaType("pendingCommand"); - + FeatureSet features; features.initalizeFeatureList(clientFeatures);