diff options
Diffstat (limited to 'src/graphicsvertexes.h')
-rw-r--r-- | src/graphicsvertexes.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/graphicsvertexes.h b/src/graphicsvertexes.h index 09b4305c9..8934f5818 100644 --- a/src/graphicsvertexes.h +++ b/src/graphicsvertexes.h @@ -142,11 +142,11 @@ class ImageVertexes final ~ImageVertexes(); const Image *image; - DoubleRects sdl; - #ifdef USE_OPENGL NormalOpenGLGraphicsVertexes ogl; #endif + DoubleRects sdl; + }; typedef std::vector<ImageVertexes*> ImageVertexesVector; @@ -157,6 +157,8 @@ class ImageCollection final public: ImageCollection(); + A_DELETE_COPY(ImageCollection) + ~ImageCollection(); void clear(); |