diff --git a/src/Magnum/Platform/Sdl2Application.cpp b/src/Magnum/Platform/Sdl2Application.cpp index 7d279ef71..1a0dd4118 100644 --- a/src/Magnum/Platform/Sdl2Application.cpp +++ b/src/Magnum/Platform/Sdl2Application.cpp @@ -88,7 +88,7 @@ Sdl2Application::Sdl2Application(const Arguments& arguments, NoCreateT): #ifdef MAGNUM_TARGET_GL _context.reset(new GLContext{NoCreate, args, arguments.argc, arguments.argv}); #else - /** @todo this is duplicated here and in Sdl2Application, figure out a nice + /** @todo this is duplicated here and in GlfwApplication, figure out a nice non-duplicated way to handle this */ args.addOption("log", "default").setHelp("log", "console logging", "default|quiet|verbose") .setFromEnvironment("log")