mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Lint.
This commit is contained in:
parent
dbe80642a3
commit
bb4d30107e
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,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