diff --git a/src/AbstractImage.h b/src/AbstractImage.h index aeee55c2d..24ee76f21 100644 --- a/src/AbstractImage.h +++ b/src/AbstractImage.h @@ -28,7 +28,7 @@ namespace Magnum { See Image, BufferedImage, Trade::ImageData documentation for more information. */ -class AbstractImage { +class MAGNUM_EXPORT AbstractImage { AbstractImage(const AbstractImage& other) = delete; AbstractImage(AbstractImage&& other) = delete; AbstractImage& operator=(const AbstractImage& other) = delete; diff --git a/src/Renderbuffer.h b/src/Renderbuffer.h index ba77749d7..8602e45f3 100644 --- a/src/Renderbuffer.h +++ b/src/Renderbuffer.h @@ -83,7 +83,7 @@ class Renderbuffer { }; /** @copydoc AbstractTexture::InternalFormat */ - class InternalFormat { + class MAGNUM_EXPORT InternalFormat { public: /** @copydoc AbstractTexture::InternalFormat::InternalFormat(AbstractTexture::Components, AbstractTexture::ComponentType) */ InternalFormat(Components components, ComponentType type);