summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/libANGLE/Query.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/angle/src/libANGLE/Query.h')
-rw-r--r--src/3rdparty/angle/src/libANGLE/Query.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/3rdparty/angle/src/libANGLE/Query.h b/src/3rdparty/angle/src/libANGLE/Query.h
index 5486f983e7..c307eaaf08 100644
--- a/src/3rdparty/angle/src/libANGLE/Query.h
+++ b/src/3rdparty/angle/src/libANGLE/Query.h
@@ -29,7 +29,8 @@ class Query final : public RefCountObject, public LabeledObject
{
public:
Query(rx::QueryImpl *impl, GLuint id);
- virtual ~Query();
+ void destroy(const gl::Context *context) {}
+ ~Query() override;
void setLabel(const std::string &label) override;
const std::string &getLabel() const override;