mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00: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:
parent
86000fc6b4
commit
23c5b362a5
5 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace Null
|
||||
{
|
||||
class Renderer : public ::Renderer
|
||||
class Renderer final : public ::Renderer
|
||||
{
|
||||
public:
|
||||
Renderer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue