diff --git a/loader/src/loader/Setting.cpp b/loader/src/loader/Setting.cpp index f100d7cd..1308815b 100644 --- a/loader/src/loader/Setting.cpp +++ b/loader/src/loader/Setting.cpp @@ -228,6 +228,7 @@ std::string SettingValue::getKey() const { >::setValue(ValueType const& value) { \ m_value = this->toValid(value).first; \ } \ + template<> \ Result<> GeodeSettingValue< \ type_##Setting \ >::validate(ValueType const& value) const { \