mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Code style: and one more pass on lambda expressions parameter list
This commit is contained in:
@@ -3806,7 +3806,7 @@ bool CGameHandler::makeBattleAction(BattleAction &ba)
|
||||
StartAction startAction(ba);
|
||||
sendAndApply(&startAction);
|
||||
|
||||
return vstd::makeScopeGuard([&]
|
||||
return vstd::makeScopeGuard([&]()
|
||||
{
|
||||
sendAndApply(&end_action);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user