mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoBackends/Null: Apply final to classes where applicable
These aren't intended to be further specialized, so we can make this obvious with final.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
namespace Null
|
||||
{
|
||||
class VertexManager : public VertexManagerBase
|
||||
class VertexManager final : public VertexManagerBase
|
||||
{
|
||||
public:
|
||||
VertexManager();
|
||||
|
Reference in New Issue
Block a user