mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Remove final from struct
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "../core/String.hpp"
|
||||
|
||||
template<typename T>
|
||||
struct ConfigEnumEntry final
|
||||
struct ConfigEnumEntry
|
||||
{
|
||||
std::string Key;
|
||||
T Value;
|
||||
|
||||
Reference in New Issue
Block a user