From db747cad3886cde116a1d4cff820a0b876577549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 21 Nov 2018 13:32:28 +0100 Subject: [PATCH] GL: fix misleading #error message. --- src/Magnum/GL/TimeQuery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/GL/TimeQuery.h b/src/Magnum/GL/TimeQuery.h index ebc010d3b..6e6b31548 100644 --- a/src/Magnum/GL/TimeQuery.h +++ b/src/Magnum/GL/TimeQuery.h @@ -186,7 +186,7 @@ typedef CORRADE_DEPRECATED("use GL::TimeQuery instead") Magnum::GL::TimeQuery Ti } #else -#error this header is not available in WebGL 1.0 build +#error this header is not available in WebGL build #endif #endif