mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 00:12:15 -07:00
rename class
This commit is contained in:
parent
a6216c2912
commit
3c5ace00be
28 changed files with 111 additions and 108 deletions
|
|
@ -47,7 +47,7 @@ public:
|
|||
* Enabled sets have priority over disabled sets
|
||||
* Both groups follow the user-defined order
|
||||
*/
|
||||
inline bool operator()(const CardInfoPerSet &a, const CardInfoPerSet &b) const
|
||||
inline bool operator()(const PrintingInfo &a, const PrintingInfo &b) const
|
||||
{
|
||||
if (a.getPtr()->getEnabled()) {
|
||||
return !b.getPtr()->getEnabled() || a.getPtr()->getSortKey() < b.getPtr()->getSortKey();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue