Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS

This commit is contained in:
Rubidium
2025-01-26 22:16:16 +01:00
committed by rubidium42
parent 0207f91b8d
commit 45444f9666
30 changed files with 36 additions and 36 deletions

View File

@@ -1227,7 +1227,7 @@ enum RestrictionMode {
RM_CHANGED_AGAINST_NEW, ///< Show only settings which are different compared to the user's new game setting values.
RM_END, ///< End for iteration.
};
DECLARE_POSTFIX_INCREMENT(RestrictionMode)
DECLARE_INCREMENT_DECREMENT_OPERATORS(RestrictionMode)
/** Filter for settings list. */
struct SettingFilter {