SingleMode: convert "pure" to "const"
This commit is contained in:
parent
3452682a42
commit
4e9b88559b
@ -31,7 +31,7 @@ enum class SingleMode : uint8_t {
|
||||
/**
|
||||
* Return the string representation of a #SingleMode.
|
||||
*/
|
||||
[[gnu::pure]]
|
||||
[[gnu::const]]
|
||||
const char *
|
||||
SingleToString(SingleMode mode) noexcept;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user