diff --git a/cockatrice/src/game/zones/logic/card_zone_logic.cpp b/cockatrice/src/game/zones/logic/card_zone_logic.cpp index 1b760fc81..ae91f9e7f 100644 --- a/cockatrice/src/game/zones/logic/card_zone_logic.cpp +++ b/cockatrice/src/game/zones/logic/card_zone_logic.cpp @@ -15,6 +15,7 @@ /** * @param _player the player that the zone belongs to * @param _name internal name of the zone + * @param _hasCardAttr whether cards in the zone can have attributes set on them * @param _isShufflable whether it makes sense to shuffle this zone by default after viewing it * @param _contentsKnown whether the cards in the zone are known to the client * @param parent the parent QObject.