win-capture: static keyword comes before const

This commit is contained in:
jp9000
2015-02-08 16:36:02 -08:00
parent f8c7df2616
commit fce3cf6bdb

View File

@@ -252,7 +252,7 @@ static inline bool gl_shtex_init_window(void)
typedef HRESULT (WINAPI *create_dxgi_factory1_t)(REFIID, void **);
const static D3D_FEATURE_LEVEL feature_levels[] =
static const D3D_FEATURE_LEVEL feature_levels[] =
{
D3D_FEATURE_LEVEL_11_0,
D3D_FEATURE_LEVEL_10_1,