mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -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 VideoBackend : public VideoBackendBase
|
||||
class VideoBackend final : public VideoBackendBase
|
||||
{
|
||||
bool Initialize(const WindowSystemInfo& wsi) override;
|
||||
void Shutdown() override;
|
||||
|
Reference in New Issue
Block a user