diff --git a/src/Magnum/Audio/Context.h b/src/Magnum/Audio/Context.h index 967f065ba..264f65d93 100644 --- a/src/Magnum/Audio/Context.h +++ b/src/Magnum/Audio/Context.h @@ -496,6 +496,9 @@ class MAGNUM_AUDIO_EXPORT Context { #ifdef MAGNUM_BUILD_DEPRECATED Containers::Array _supportedExtensions; #endif + /** @todo this one is needed only until the context gets created and + then can be discarded -- what to do? we could avoid including + Array altogether */ Containers::Array _disabledExtensions; };