1
0
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:
Ted John
2017-02-22 17:54:37 +00:00
parent 4dc792bc1d
commit d72ced4ea9

View File

@@ -21,7 +21,7 @@
#include "../core/String.hpp"
template<typename T>
struct ConfigEnumEntry final
struct ConfigEnumEntry
{
std::string Key;
T Value;