mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Add final to implementations
This commit is contained in:
@@ -34,7 +34,7 @@ namespace OpenRCT2 { namespace Ui
|
||||
ZENITY,
|
||||
};
|
||||
|
||||
class LinuxContext : public IPlatformUiContext
|
||||
class LinuxContext final : public IPlatformUiContext
|
||||
{
|
||||
private:
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ using namespace OpenRCT2::Ui;
|
||||
#define KEYBOARD_PRIMARY_MODIFIER KMOD_CTRL
|
||||
#endif
|
||||
|
||||
class UiContext : public IUiContext
|
||||
class UiContext final : public IUiContext
|
||||
{
|
||||
private:
|
||||
constexpr static uint32 TOUCH_DOUBLE_TIMEOUT = 300;
|
||||
|
||||
Reference in New Issue
Block a user