diff --git a/src/Magnum/Audio/Context.cpp b/src/Magnum/Audio/Context.cpp index 5471ef094..0cb5a7e7e 100644 --- a/src/Magnum/Audio/Context.cpp +++ b/src/Magnum/Audio/Context.cpp @@ -113,7 +113,9 @@ Context& Context::current() { return *_current; } +#ifndef DOXYGEN_GENERATING_OUTPUT Context::Context(): Context{Configuration{}} {} +#endif Context::Context(const Configuration& config) { CORRADE_ASSERT(!_current, "Audio::Context: context already created", );