mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
fix build failure
This commit is contained in:
parent
e906c72315
commit
106eb6085f
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ struct CopyIfNotAToken
|
||||||
DeckList &destination;
|
DeckList &destination;
|
||||||
|
|
||||||
CopyIfNotAToken(CardDatabase &_cardDatabase, DeckList &_destination)
|
CopyIfNotAToken(CardDatabase &_cardDatabase, DeckList &_destination)
|
||||||
: cardDatabase(_cardDatabase), destination(_destination) {};
|
: cardDatabase(_cardDatabase), destination(_destination){};
|
||||||
|
|
||||||
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