Commit 2410619e authored by nanahira's avatar nanahira

fix

parent 1b7070d9
......@@ -157,7 +157,7 @@ unsigned int DeckManager::CheckDeck(const Deck& deck, unsigned int lfhash, int r
}
return 0;
}
int DeckManager::CheckSpellCount(Deck& deck) {
int DeckManager::CheckSpellCount(const Deck& deck) {
int spellcount = 0;
CardData cd;
for (auto cit : deck.main) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment