mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-25 17:07:58 -05:00
fix mac build pt. 3
This commit is contained in:
parent
407ea1ba01
commit
1de4fd93f7
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ std::string SettingValue::getKey() const {
|
||||||
>::setValue(ValueType const& value) { \
|
>::setValue(ValueType const& value) { \
|
||||||
m_value = this->toValid(value).first; \
|
m_value = this->toValid(value).first; \
|
||||||
} \
|
} \
|
||||||
|
template<> \
|
||||||
Result<> GeodeSettingValue< \
|
Result<> GeodeSettingValue< \
|
||||||
type_##Setting \
|
type_##Setting \
|
||||||
>::validate(ValueType const& value) const { \
|
>::validate(ValueType const& value) const { \
|
||||||
|
|
Loading…
Reference in a new issue