X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fpipelinestate_backend.h;h=566b819c086cbadf120ef232dddd662cabd61a26;hb=e70662d7812464159f2e47f4bebb69d88f89ae93;hp=0b1c4a877d056d16cfde9946de07dc9fdc0fde1b;hpb=f82ef715f0d7e1e7d0b93be4b7b89c8ce6bba40b;p=libs%2Fgl.git diff --git a/source/backends/opengl/pipelinestate_backend.h b/source/backends/opengl/pipelinestate_backend.h index 0b1c4a87..566b819c 100644 --- a/source/backends/opengl/pipelinestate_backend.h +++ b/source/backends/opengl/pipelinestate_backend.h @@ -19,6 +19,7 @@ protected: static unsigned n_clip_distances; OpenGLPipelineState(); + OpenGLPipelineState(OpenGLPipelineState &&) { } ~OpenGLPipelineState(); void apply() const;