fix mac build pt. 3

This commit is contained in:
HJfod 2022-12-14 00:24:47 +02:00
parent 407ea1ba01
commit 1de4fd93f7

View file

@ -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 { \