d3d11_1.idl: Fixed ClearView argument (missing const).

This commit is contained in:
Jacek Caban 2015-03-25 16:48:04 +01:00 committed by Alexandre Julliard
parent 9e37e4587e
commit b5bb2e2f53
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ interface ID3D11DeviceContext1 : ID3D11DeviceContext
void ClearView( void ClearView(
ID3D11View *pView, ID3D11View *pView,
FLOAT Color[4], const FLOAT Color[4],
const D3D11_RECT *pRect, const D3D11_RECT *pRect,
UINT NumRects); UINT NumRects);