diff options
Diffstat (limited to 'src/osd/modules/render/drawogl.h')
-rw-r--r-- | src/osd/modules/render/drawogl.h | 6 |
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__ |