gsdx-ogl: fix build failure due to a leftover of a patch conflict

git-svn-id: http://pcsx2.googlecode.com/svn/branches/gsdx-ogl@5140 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2012-04-02 16:46:54 +00:00
parent 16a1fded96
commit bda3cbe86f
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ class GSDeviceOGL : public GSDevice
GSTextureOGL* rtv;
GSTextureOGL* dsv;
GLuint fbo;
+ GLenum draw;
GLenum draw;
} m_state;
bool m_srv_changed;