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