]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/texture_backend.h
Add correct copy and move semantics to most classes
[libs/gl.git] / source / backends / opengl / texture_backend.h
index 69756206ac9aa3f4966e9d13f27bede59d02ea56..ecb3056fd2ead2cd0f7bcf86fd568a7aa61b502a 100644 (file)
@@ -19,6 +19,7 @@ protected:
        static OpenGLTexture *scratch_binding;
 
        OpenGLTexture(unsigned);
+       OpenGLTexture(OpenGLTexture &&);
        ~OpenGLTexture();
 
        void create();