From 668b8ab9312431abeba7de82482f633225ad3753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Sat, 19 Sep 2026 07:18:55 +0200 Subject: [PATCH] [DeckShare] Reformat the link sign-in intent constructor --- cockatrice/src/interface/intents/intent_login.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cockatrice/src/interface/intents/intent_login.cpp b/cockatrice/src/interface/intents/intent_login.cpp index b4155a342..d3431bb07 100644 --- a/cockatrice/src/interface/intents/intent_login.cpp +++ b/cockatrice/src/interface/intents/intent_login.cpp @@ -6,7 +6,8 @@ #include -IntentGetLoginCredentials::IntentGetLoginCredentials(ContextConnectToServer *_context, bool _promptForMissingCredentials) +IntentGetLoginCredentials::IntentGetLoginCredentials(ContextConnectToServer *_context, + bool _promptForMissingCredentials) : Intent(), context(_context), promptForMissingCredentials(_promptForMissingCredentials) { }