mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
VideoBackends/Null: Add missing override specifiers
Applies a missing override specifier to VertexManager's destructor.
This commit is contained in:
parent
23c5b362a5
commit
6db305a4e8
@ -12,7 +12,7 @@ class VertexManager final : public VertexManagerBase
|
||||
{
|
||||
public:
|
||||
VertexManager();
|
||||
~VertexManager();
|
||||
~VertexManager() override;
|
||||
|
||||
protected:
|
||||
void DrawCurrentBatch(u32 base_index, u32 num_indices, u32 base_vertex) override;
|
||||
|
Loading…
x
Reference in New Issue
Block a user