same rename for glx

This commit is contained in:
Jack Andersen 2015-04-18 14:11:59 -10:00
parent f358c092aa
commit edb667d1ae
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
#include <GL/glx.h>
#include <IContext.hpp>
#include <IGraphicsContext.hpp>
class CGLXContext final : public IContext
class CGLXContext final : public IGraphicsContext
{
public:
CGLXContext();