mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +00:00
DolphinNoGUI: Make classes final
This commit is contained in:
parent
c37933932d
commit
ec1d659363
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
namespace
|
||||
{
|
||||
class PlatformHeadless : public Platform
|
||||
class PlatformHeadless final : public Platform
|
||||
{
|
||||
public:
|
||||
void SetTitle(const std::string& title) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue