mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Unlint.
This commit is contained in:
parent
9a3e748580
commit
73ede7f2ff
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ struct FormatDeckListForExport
|
||||||
QString &sideBoardCards;
|
QString &sideBoardCards;
|
||||||
// create main operator for struct, allowing the foreachcard to work.
|
// create main operator for struct, allowing the foreachcard to work.
|
||||||
FormatDeckListForExport(QString &_mainBoardCards, QString &_sideBoardCards)
|
FormatDeckListForExport(QString &_mainBoardCards, QString &_sideBoardCards)
|
||||||
: mainBoardCards(_mainBoardCards), sideBoardCards(_sideBoardCards) {};
|
: mainBoardCards(_mainBoardCards), sideBoardCards(_sideBoardCards){};
|
||||||
|
|
||||||
void operator()(const InnerDecklistNode *node, const DecklistCardNode *card) const
|
void operator()(const InnerDecklistNode *node, const DecklistCardNode *card) const
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue