1
0
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:
Ted John
2017-05-08 18:11:42 +01:00
committed by Gymnasiast
parent 82288f92e6
commit 41f376f7aa
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ namespace OpenRCT2 { namespace Ui
ZENITY,
};
class LinuxContext : public IPlatformUiContext
class LinuxContext final : public IPlatformUiContext
{
private:

View File

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