From 24ad2fef279992ce0d47f40b31a111aee8d20e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 22 Jul 2016 16:15:05 +0200 Subject: [PATCH] Properly export Framebuffer::DrawAttachment::None. Was causing linker failures on Windows. --- src/Magnum/Framebuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Framebuffer.h b/src/Magnum/Framebuffer.h index 7a0580c0b..d6fad0949 100644 --- a/src/Magnum/Framebuffer.h +++ b/src/Magnum/Framebuffer.h @@ -149,7 +149,7 @@ class MAGNUM_EXPORT Framebuffer: public AbstractFramebuffer, public AbstractObje * @requires_webgl20 Extension @webgl_extension{WEBGL,draw_buffers} in * WebGL 1.0. */ - class DrawAttachment { + class MAGNUM_EXPORT DrawAttachment { public: /** @brief No attachment */ static const DrawAttachment None;