From 8e2ecc922b385572d3b4641cda4217141044b440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 22 Aug 2017 22:42:49 +0200 Subject: [PATCH] Platform: use saner APIs. --- src/Magnum/Platform/magnum-info.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Platform/magnum-info.cpp b/src/Magnum/Platform/magnum-info.cpp index ea9b493b9..fa459d5cb 100644 --- a/src/Magnum/Platform/magnum-info.cpp +++ b/src/Magnum/Platform/magnum-info.cpp @@ -161,11 +161,11 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat args.parse(arguments.argc, arguments.argv); #endif - Debug() << ""; + Debug() << Debug::newline; Debug() << " +---------------------------------------------------------+"; Debug() << " | Information about Magnum engine and OpenGL capabilities |"; Debug() << " +---------------------------------------------------------+"; - Debug() << ""; + Debug() << Debug::newline; #ifdef MAGNUM_WINDOWLESSEGLAPPLICATION_MAIN Debug() << "Used application: Platform::WindowlessEglApplication";