Mark a function as const

This commit is contained in:
Chris Robinson
2014-11-15 23:20:38 -08:00
parent 308e6b697a
commit d4e52b64d8
+1 -1
View File
@@ -111,7 +111,7 @@ void ComputeBFormatGains(const ALCdevice *device, const ALfloat mtx[4], ALfloat
}
static inline const char *GetLabelFromChannel(enum Channel channel)
DECL_CONST static inline const char *GetLabelFromChannel(enum Channel channel)
{
switch(channel)
{