X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fquery.h;fp=source%2Fcore%2Fquery.h;h=5bcae284e6cf28a067cd6d9555ca284251add92e;hp=f6b0a2e5ecfcb2269cf4027a0e54e7f0fd132d33;hb=cd15da52eac6471f860f4232161c451530dc9bd4;hpb=160e9eea29bd10034733d59507fa1bcca36be401 diff --git a/source/core/query.h b/source/core/query.h index f6b0a2e5..5bcae284 100644 --- a/source/core/query.h +++ b/source/core/query.h @@ -33,12 +33,13 @@ public: private: QueryType type; + unsigned size; public: QueryPool(QueryType type, unsigned); - using QueryPoolBackend::resize; - using QueryPoolBackend::get_size; + void resize(unsigned); + unsigned get_size() const { return size; } using QueryPoolBackend::get_result; };