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 PerfQuery : public PerfQueryBase
|
||||
class PerfQuery final : public PerfQueryBase
|
||||
{
|
||||
public:
|
||||
void EnableQuery(PerfQueryGroup type) override {}
|
||||
|
Reference in New Issue
Block a user