summaryrefslogtreecommitdiffstats
path: root/src/core/ozone/gl_share_context_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ozone/gl_share_context_qt.h')
-rw-r--r--src/core/ozone/gl_share_context_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ozone/gl_share_context_qt.h b/src/core/ozone/gl_share_context_qt.h
index ba66b222c..89be00421 100644
--- a/src/core/ozone/gl_share_context_qt.h
+++ b/src/core/ozone/gl_share_context_qt.h
@@ -57,7 +57,7 @@ public:
void AboutToAddFirstContext() override;
private:
- scoped_refptr<QtShareGLContext> m_shareContextQt;
+ scoped_refptr<gl::GLContext> m_shareContextQt;
};
} // namespace
#endif