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