mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 09:24:59 -05:00
DolphinNoGUI: Make classes final
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
class PlatformWin32 : public Platform
|
||||
class PlatformWin32 final : public Platform
|
||||
{
|
||||
public:
|
||||
~PlatformWin32() override;
|
||||
|
||||
Reference in New Issue
Block a user