mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-27 22:40:41 -05:00
Remove warnings
Update SGCT repository Update Ghoul repository
This commit is contained in:
@@ -246,6 +246,7 @@ template <typename T>
|
||||
NumericalProperty<T>::NumericalProperty(PropertyInfo info, T value)
|
||||
: NumericalProperty<T>(
|
||||
std::move(info),
|
||||
std::move(value),
|
||||
PropertyDelegate<NumericalProperty<T>>::template defaultMinimumValue<T>(),
|
||||
PropertyDelegate<NumericalProperty<T>>::template defaultMaximumValue<T>(),
|
||||
PropertyDelegate<NumericalProperty<T>>::template defaultSteppingValue<T>()
|
||||
|
||||
Reference in New Issue
Block a user