Skip to content

Commit

Permalink
[d3d11] Remove useless 'virtual' keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsujin committed May 19, 2019
1 parent e1610f8 commit 9004fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d3d11/d3d11_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ namespace dxvk {
UINT NumBuffers,
ID3D11Buffer* const* ppConstantBuffers);

virtual void STDMETHODCALLTYPE GSSetConstantBuffers1(
void STDMETHODCALLTYPE GSSetConstantBuffers1(
UINT StartSlot,
UINT NumBuffers,
ID3D11Buffer* const* ppConstantBuffers,
Expand Down

0 comments on commit 9004fde

Please sign in to comment.