From 41859d89866969055003bee3a6ec89c598f7788f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 27 May 2019 00:17:16 +0200 Subject: [PATCH] Platform: why is this protected when it's public elsewhere. --- src/Magnum/Platform/EmscriptenApplication.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Magnum/Platform/EmscriptenApplication.h b/src/Magnum/Platform/EmscriptenApplication.h index 635d81f5d..91a74fb32 100644 --- a/src/Magnum/Platform/EmscriptenApplication.h +++ b/src/Magnum/Platform/EmscriptenApplication.h @@ -447,7 +447,6 @@ class EmscriptenApplication { */ Vector2 devicePixelRatio() const { return _devicePixelRatio; } - protected: /** * @brief Swap buffers *