Browse Source

Windows build fixes.

vectorfields
Vladimír Vondruš 14 years ago
parent
commit
c8d2b926b0
  1. 2
      src/AbstractImage.h
  2. 2
      src/Renderbuffer.h

2
src/AbstractImage.h

@ -28,7 +28,7 @@ namespace Magnum {
See Image, BufferedImage, Trade::ImageData documentation for more information. See Image, BufferedImage, Trade::ImageData documentation for more information.
*/ */
class AbstractImage { class MAGNUM_EXPORT AbstractImage {
AbstractImage(const AbstractImage& other) = delete; AbstractImage(const AbstractImage& other) = delete;
AbstractImage(AbstractImage&& other) = delete; AbstractImage(AbstractImage&& other) = delete;
AbstractImage& operator=(const AbstractImage& other) = delete; AbstractImage& operator=(const AbstractImage& other) = delete;

2
src/Renderbuffer.h

@ -83,7 +83,7 @@ class Renderbuffer {
}; };
/** @copydoc AbstractTexture::InternalFormat */ /** @copydoc AbstractTexture::InternalFormat */
class InternalFormat { class MAGNUM_EXPORT InternalFormat {
public: public:
/** @copydoc AbstractTexture::InternalFormat::InternalFormat(AbstractTexture::Components, AbstractTexture::ComponentType) */ /** @copydoc AbstractTexture::InternalFormat::InternalFormat(AbstractTexture::Components, AbstractTexture::ComponentType) */
InternalFormat(Components components, ComponentType type); InternalFormat(Components components, ComponentType type);

Loading…
Cancel
Save