summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/drawogl.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-24 07:46:57 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-24 07:46:57 +0100
commit3abcaee63ff285514e8b51a60949c97a7dfa5304 (patch)
tree63e6be46c1932606689f9bfacc920d69cfc4b51f /src/osd/modules/render/drawogl.h
parent0cbd8782119b140920097a2bee76f36aef014be9 (diff)
Cleanups and version bump
Diffstat (limited to 'src/osd/modules/render/drawogl.h')
-rw-r--r--src/osd/modules/render/drawogl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/modules/render/drawogl.h b/src/osd/modules/render/drawogl.h
index 8427ec62cce..3d3d3235e6e 100644
--- a/src/osd/modules/render/drawogl.h
+++ b/src/osd/modules/render/drawogl.h
@@ -228,8 +228,8 @@ private:
INT32 m_surf_h;
GLfloat m_texVerticex[8];
- static bool s_shown_video_info;
- static bool s_dll_loaded;
+ static bool s_shown_video_info;
+ static bool s_dll_loaded;
};
-#endif // __DRAWOGL__ \ No newline at end of file
+#endif // __DRAWOGL__