diff --git a/include/d3d11_1.idl b/include/d3d11_1.idl index 1ebfc5adbd1..1a46abf111c 100644 --- a/include/d3d11_1.idl +++ b/include/d3d11_1.idl @@ -217,7 +217,7 @@ interface ID3D11DeviceContext1 : ID3D11DeviceContext void ClearView( ID3D11View *pView, - FLOAT Color[4], + const FLOAT Color[4], const D3D11_RECT *pRect, UINT NumRects);