mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +01:00
[d3d11] Fix D3D11UserDefinedAnnotation declaration
Mark it as final too.
This commit is contained in:
parent
2550cff149
commit
0bc972697b
@ -6,7 +6,7 @@ namespace dxvk {
|
||||
|
||||
class D3D11DeviceContext;
|
||||
|
||||
class D3D11UserDefinedAnnotation : ID3DUserDefinedAnnotation {
|
||||
class D3D11UserDefinedAnnotation final : public ID3DUserDefinedAnnotation {
|
||||
|
||||
public:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user