diff --git a/src/Magnum/Platform/gl-info.cpp b/src/Magnum/Platform/gl-info.cpp index 66428f445..4b4481171 100644 --- a/src/Magnum/Platform/gl-info.cpp +++ b/src/Magnum/Platform/gl-info.cpp @@ -84,7 +84,7 @@ #include #endif -namespace Magnum { +namespace Magnum { namespace { /** @page magnum-gl-info Magnum GL Info @brief Displays information about Magnum engine OpenGL capabilities @@ -877,6 +877,6 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat } #endif -} +}} MAGNUM_WINDOWLESSAPPLICATION_MAIN(Magnum::MagnumInfo)