diff --git a/src/Magnum/Platform/Test/EmscriptenApplicationTest.cpp b/src/Magnum/Platform/Test/EmscriptenApplicationTest.cpp index cbaaa320d..343dde9a8 100644 --- a/src/Magnum/Platform/Test/EmscriptenApplicationTest.cpp +++ b/src/Magnum/Platform/Test/EmscriptenApplicationTest.cpp @@ -44,7 +44,7 @@ #include #endif -namespace Magnum { namespace Platform { namespace Test { +namespace Magnum { namespace Platform { namespace Test { namespace { using namespace Containers::Literals; using namespace Math::Literals; @@ -203,6 +203,6 @@ EmscriptenApplicationTest::EmscriptenApplicationTest(const Arguments& arguments) GL::Mesh mesh; } -}}} +}}}} MAGNUM_APPLICATION_MAIN(Magnum::Platform::Test::EmscriptenApplicationTest)