Browse Source

Properly export Framebuffer::DrawAttachment::None.

Was causing linker failures on Windows.
pull/166/head
Vladimír Vondruš 10 years ago
parent
commit
24ad2fef27
  1. 2
      src/Magnum/Framebuffer.h

2
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;

Loading…
Cancel
Save