Cockatrice/libcockatrice_deck_list
BruebachL f4d5fc181d
[DeckList] Drop const from zone lookup that creates nodes (#7304)
DecklistNodeTree::getZoneObjFromName creates a new zone node when
the name is unknown, so declaring it const was a lie that let a
const DecklistNodeTree mutate its tree. It is only called from
mutating paths (addCard, readZoneElement), so the const qualifier
is removed.

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
2026-09-18 11:58:30 +02:00
..
libcockatrice/deck_list [DeckList] Drop const from zone lookup that creates nodes (#7304) 2026-09-18 11:58:30 +02:00
CMakeLists.txt [Game] Playmats (#7101) 2026-08-21 10:40:49 +02:00