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