NativeVertexFormat: Add missing override specifier

This commit is contained in:
Lioncash
2016-02-15 23:12:04 -05:00
parent 69c82f32ff
commit 932dd14418
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ public:
D3DVertexFormat(const PortableVertexDeclaration& vtx_decl);
~D3DVertexFormat();
void SetupVertexPointers();
void SetupVertexPointers() override;
D3D12_INPUT_LAYOUT_DESC GetActiveInputLayout12() const;