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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardwareintegration/compositor/brcm-egl/brcmbuffer.h b/src/hardwareintegration/compositor/brcm-egl/brcmbuffer.h
index 605adef7f..3028fbed5 100644
--- a/src/hardwareintegration/compositor/brcm-egl/brcmbuffer.h
+++ b/src/hardwareintegration/compositor/brcm-egl/brcmbuffer.h
@@ -70,7 +70,7 @@ protected:
private:
QVector<EGLint> m_handle;
- bool m_invertedY;
+ bool m_invertedY = false;
QSize m_size;
};