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:
@@ -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