summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/brcm-egl/brcmbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardwareintegration/compositor/brcm-egl/brcmbuffer.h')
-rw-r--r--src/hardwareintegration/compositor/brcm-egl/brcmbuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardwareintegration/compositor/brcm-egl/brcmbuffer.h b/src/hardwareintegration/compositor/brcm-egl/brcmbuffer.h
index ef6f613b8..479e05c1b 100644
--- a/src/hardwareintegration/compositor/brcm-egl/brcmbuffer.h
+++ b/src/hardwareintegration/compositor/brcm-egl/brcmbuffer.h
@@ -62,8 +62,8 @@ public:
static BrcmBuffer *fromResource(struct ::wl_resource *resource) { return static_cast<BrcmBuffer*>(Resource::fromResource(resource)->buffer_object); }
protected:
- void buffer_destroy_resource(Resource *resource) Q_DECL_OVERRIDE;
- void buffer_destroy(Resource *resource) Q_DECL_OVERRIDE;
+ void buffer_destroy_resource(Resource *resource) override;
+ void buffer_destroy(Resource *resource) override;
private:
QVector<EGLint> m_handle;