1
0
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:
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, ZENITY,
}; };
class LinuxContext : public IPlatformUiContext class LinuxContext final : public IPlatformUiContext
{ {
private: private:

View File

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