1
0
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:
Joshua Ashton 2021-04-30 08:52:53 +01:00 committed by Philip Rebohle
parent 2550cff149
commit 0bc972697b

View File

@ -6,7 +6,7 @@ namespace dxvk {
class D3D11DeviceContext;
class D3D11UserDefinedAnnotation : ID3DUserDefinedAnnotation {
class D3D11UserDefinedAnnotation final : public ID3DUserDefinedAnnotation {
public: