Cockatrice/libcockatrice_deck_list/libcockatrice
Lukas Brübach 2486f73067
[DeckList] Drop const from zone lookup that creates nodes
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.
2026-09-18 09:58:12 +02:00
..
deck_list [DeckList] Drop const from zone lookup that creates nodes 2026-09-18 09:58:12 +02:00