From 81a3ae5d447aad38ea16f12f2c5bcb07d5292508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 24 Feb 2021 21:41:08 +0100 Subject: [PATCH] GL: this doesn't need to be exported. --- src/Magnum/GL/Context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/GL/Context.h b/src/Magnum/GL/Context.h index c26e72455..8a1766a74 100644 --- a/src/Magnum/GL/Context.h +++ b/src/Magnum/GL/Context.h @@ -821,7 +821,7 @@ class MAGNUM_GL_EXPORT Context { friend Implementation::ContextState; #endif - void disableDriverWorkaround(Containers::StringView workaround); + MAGNUM_GL_LOCAL void disableDriverWorkaround(Containers::StringView workaround); /* Defined in Implementation/driverSpecific.cpp */ MAGNUM_GL_LOCAL void setupDriverWorkarounds();