Browse Source

Fix linker errors with Framebuffer::BufferAttachment::* on Windows.

pull/277/head
Vladimír Vondruš 13 years ago
parent
commit
23945c1d9f
  1. 2
      src/Framebuffer.h

2
src/Framebuffer.h

@ -153,7 +153,7 @@ class MAGNUM_EXPORT Framebuffer: public AbstractFramebuffer {
* @see attachRenderbuffer(), attachTexture1D(), attachTexture2D(),
* attachCubeMapTexture(), attachTexture3D()
*/
class BufferAttachment {
class MAGNUM_EXPORT BufferAttachment {
public:
/** @brief Depth buffer */
static const BufferAttachment Depth;

Loading…
Cancel
Save