X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Ftexture_backend.h;fp=source%2Fbackends%2Fopengl%2Ftexture_backend.h;h=ecb3056fd2ead2cd0f7bcf86fd568a7aa61b502a;hb=e70662d7812464159f2e47f4bebb69d88f89ae93;hp=69756206ac9aa3f4966e9d13f27bede59d02ea56;hpb=28d12c73b197a16f7635badc01e42375728fde85;p=libs%2Fgl.git diff --git a/source/backends/opengl/texture_backend.h b/source/backends/opengl/texture_backend.h index 69756206..ecb3056f 100644 --- a/source/backends/opengl/texture_backend.h +++ b/source/backends/opengl/texture_backend.h @@ -19,6 +19,7 @@ protected: static OpenGLTexture *scratch_binding; OpenGLTexture(unsigned); + OpenGLTexture(OpenGLTexture &&); ~OpenGLTexture(); void create();