diff options
Diffstat (limited to 'src/common/settings_common.h')
-rw-r--r-- | src/common/settings_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings_common.h b/src/common/settings_common.h index 4d6d3021e1..2b5c72f412 100644 --- a/src/common/settings_common.h +++ b/src/common/settings_common.h @@ -178,7 +178,7 @@ public: * * @returns The setting's category */ - [[nodiscard]] Category Category() const; + [[nodiscard]] enum Category Category() const; /** * Returns the label this setting was created with. |