diff --git a/cockatrice/src/interface/widgets/tabs/tab_game.cpp b/cockatrice/src/interface/widgets/tabs/tab_game.cpp index 485843f61..09fb26393 100644 --- a/cockatrice/src/interface/widgets/tabs/tab_game.cpp +++ b/cockatrice/src/interface/widgets/tabs/tab_game.cpp @@ -142,7 +142,7 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor, TutorialSequence lobbySequence; - TutorialStep introStep(deckViewContainerWidget, tr("Let's try this out.")); + TutorialStep introStep{deckViewContainerWidget, tr("Let's try this out.")}; lobbySequence.addStep(introStep); tutorialController->addSequence(lobbySequence);