X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fquery.h;h=8f9b17e8e398176032a0691d9566a5f94d802e51;hp=d5b83b960569911b5dd342351ec48567a0d98a1f;hb=HEAD;hpb=190a7e11237351f6b730c28f7b16f183e8adc69c diff --git a/source/core/query.h b/source/core/query.h index d5b83b96..8f9b17e8 100644 --- a/source/core/query.h +++ b/source/core/query.h @@ -1,7 +1,6 @@ #ifndef MSP_GL_QUERY_H_ #define MSP_GL_QUERY_H_ -#include #include "query_backend.h" namespace Msp { @@ -20,7 +19,7 @@ enum QueryType A collection of query objects, which can be used to gather feedback from the GPU. Semantics of the queries depend on the query type. */ -class QueryPool: public QueryPoolBackend, public Msp::NonCopyable +class QueryPool: public QueryPoolBackend { friend QueryPoolBackend;