summaryrefslogtreecommitdiffstats
path: root/src/common/settings_common.h
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-06-18 09:52:41 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-21 16:56:55 +0200
commitee32b177823b9b8499c9fd188a571884f00cf655 (patch)
tree32cf65e205a685672a109c4d4bd7edfd75353a34 /src/common/settings_common.h
parentconfigure_graphics: Simplify UpdateAPILayout (diff)
downloadyuzu-ee32b177823b9b8499c9fd188a571884f00cf655.tar
yuzu-ee32b177823b9b8499c9fd188a571884f00cf655.tar.gz
yuzu-ee32b177823b9b8499c9fd188a571884f00cf655.tar.bz2
yuzu-ee32b177823b9b8499c9fd188a571884f00cf655.tar.lz
yuzu-ee32b177823b9b8499c9fd188a571884f00cf655.tar.xz
yuzu-ee32b177823b9b8499c9fd188a571884f00cf655.tar.zst
yuzu-ee32b177823b9b8499c9fd188a571884f00cf655.zip
Diffstat (limited to 'src/common/settings_common.h')
-rw-r--r--src/common/settings_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings_common.h b/src/common/settings_common.h
index 4d6d3021e..2b5c72f41 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.