aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/alconfig.h')
-rw-r--r--Alc/alconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alconfig.h b/Alc/alconfig.h
index e6977101..275fed75 100644
--- a/Alc/alconfig.h
+++ b/Alc/alconfig.h
@@ -11,7 +11,7 @@ int GetConfigValueBool(const char *devName, const char *blockName, const char *k
int ConfigValueStr(const char *devName, const char *blockName, const char *keyName, const char **ret);
al::optional<int> ConfigValueInt(const char *devName, const char *blockName, const char *keyName);
-int ConfigValueUInt(const char *devName, const char *blockName, const char *keyName, unsigned int *ret);
+al::optional<unsigned int> ConfigValueUInt(const char *devName, const char *blockName, const char *keyName);
int ConfigValueFloat(const char *devName, const char *blockName, const char *keyName, float *ret);
int ConfigValueBool(const char *devName, const char *blockName, const char *keyName, int *ret);