X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fquery_backend.h;h=ccda73b0b9e57cebf7ab31540aa898b501d2badb;hp=7bbbeb66a24037acf82894622c6d6882cba31407;hb=e70662d7812464159f2e47f4bebb69d88f89ae93;hpb=28d12c73b197a16f7635badc01e42375728fde85 diff --git a/source/backends/opengl/query_backend.h b/source/backends/opengl/query_backend.h index 7bbbeb66..ccda73b0 100644 --- a/source/backends/opengl/query_backend.h +++ b/source/backends/opengl/query_backend.h @@ -1,12 +1,13 @@ #ifndef MSP_GL_QUERY_BACKEND_H_ #define MSP_GL_QUERY_BACKEND_H_ +#include #include namespace Msp { namespace GL { -class OpenGLQueryPool +class OpenGLQueryPool: public NonCopyable { friend class OpenGLCommands; @@ -15,6 +16,7 @@ protected: std::vector queries; OpenGLQueryPool(unsigned); + OpenGLQueryPool(OpenGLQueryPool &&); ~OpenGLQueryPool(); void resize();