mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -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 Renderer : public ::Renderer
|
||||
class Renderer final : public ::Renderer
|
||||
{
|
||||
public:
|
||||
Renderer();
|
||||
|
Reference in New Issue
Block a user