1
0
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:
Arseniy Shestakov
2017-07-19 02:06:05 +03:00
parent b540ab73ed
commit 6d9f99d4de
9 changed files with 24 additions and 24 deletions

View File

@@ -3806,7 +3806,7 @@ bool CGameHandler::makeBattleAction(BattleAction &ba)
StartAction startAction(ba);
sendAndApply(&startAction);
return vstd::makeScopeGuard([&]
return vstd::makeScopeGuard([&]()
{
sendAndApply(&end_action);
});