Codechange: allow certain enumeration to be added
Otherwise C++20 doesn't like it.
This commit is contained in:
@@ -26,5 +26,6 @@ enum TextfileType {
|
||||
TFT_END,
|
||||
};
|
||||
DECLARE_POSTFIX_INCREMENT(TextfileType)
|
||||
DECLARE_ENUM_AS_ADDABLE(TextfileType)
|
||||
|
||||
#endif /* TEXTFILE_TYPE_H */
|
||||
|
Reference in New Issue
Block a user