summaryrefslogtreecommitdiffstats
path: root/src/core/ozone/surface_factory_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ozone/surface_factory_qt.h')
-rw-r--r--src/core/ozone/surface_factory_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ozone/surface_factory_qt.h b/src/core/ozone/surface_factory_qt.h
index dee41d948..232f11e0f 100644
--- a/src/core/ozone/surface_factory_qt.h
+++ b/src/core/ozone/surface_factory_qt.h
@@ -53,7 +53,7 @@ public:
std::vector<gl::GLImplementation> GetAllowedGLImplementations() override;
ui::GLOzone* GetGLOzone(gl::GLImplementation implementation) override;
private:
- gl::GLImplementation m_impl;
+ std::vector<gl::GLImplementation> m_impl;
std::unique_ptr<ui::GLOzone> m_ozone;
};