rename GGLContext to just GLContext

This commit is contained in:
James Rowe 2019-09-16 23:29:21 -06:00
parent db94c017bf
commit 045eec282a
2 changed files with 6 additions and 6 deletions

View file

@ -22,9 +22,9 @@ class QOpenGLContext;
class GMainWindow;
class GRenderWindow;
class GGLContext : public Frontend::GraphicsContext {
class GLContext : public Frontend::GraphicsContext {
public:
explicit GGLContext(QOpenGLContext* shared_context);
explicit GLContext(QOpenGLContext* shared_context);
void MakeCurrent() override;