mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 04:07:51 +00:00
DolphinNoGUI: Make classes final
This commit is contained in:
parent
c37933932d
commit
ec1d659363
@ -10,7 +10,7 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
class PlatformHeadless : public Platform
|
||||
class PlatformHeadless final : public Platform
|
||||
{
|
||||
public:
|
||||
void SetTitle(const std::string& title) override;
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
class PlatformWin32 : public Platform
|
||||
class PlatformWin32 final : public Platform
|
||||
{
|
||||
public:
|
||||
~PlatformWin32() override;
|
||||
|
Loading…
Reference in New Issue
Block a user