mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33:57 -07:00
remove protected
This commit is contained in:
parent
f391311489
commit
18a2f68b7f
1 changed files with 1 additions and 2 deletions
|
|
@ -152,7 +152,7 @@ private:
|
|||
static void getCardRefListHelper(InnerDecklistNode *item, QList<CardRef> &result);
|
||||
InnerDecklistNode *getZoneObjFromName(const QString &zoneName);
|
||||
|
||||
protected:
|
||||
public:
|
||||
/**
|
||||
* @brief Map a card name to its zone.
|
||||
* Override in subclasses for format-specific logic.
|
||||
|
|
@ -208,7 +208,6 @@ protected:
|
|||
}
|
||||
///@}
|
||||
|
||||
public:
|
||||
/// @brief Construct an empty deck.
|
||||
explicit DeckList();
|
||||
/// @brief Copy constructor (deep copies the node tree)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue