Remove final from struct

This commit is contained in:
Ted John 2017-02-22 17:54:37 +00:00
parent 4dc792bc1d
commit d72ced4ea9
1 changed files with 1 additions and 1 deletions

View File

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