diff options
-rw-r--r-- | alc/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/device.h b/alc/device.h index 04931a5a..434d4d8f 100644 --- a/alc/device.h +++ b/alc/device.h @@ -141,7 +141,7 @@ struct ALCdevice : public al::intrusive_ref<ALCdevice>, DeviceBase { { return GetConfigValueBool(DeviceName.c_str(), block, key, def); } template<typename T> - al::optional<T> configValue(const char *block, const char *key) = delete; + inline al::optional<T> configValue(const char *block, const char *key) = delete; DEF_NEWDEL(ALCdevice) }; |