rename class

This commit is contained in:
RickyRister 2025-07-06 23:32:05 -07:00
parent a6216c2912
commit 3c5ace00be
28 changed files with 111 additions and 108 deletions

View file

@ -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();