Remove return type from range::expand
This commit is contained in:
parent
bcab28826c
commit
f1505e8b31
@ -78,7 +78,7 @@ range<T>::clamp (T val) const
|
||||
|
||||
|
||||
template <typename T>
|
||||
T
|
||||
void
|
||||
range<T>::expand (T val) {
|
||||
min = std::min (min, val);
|
||||
max = std::max (max, val);
|
||||
|
Loading…
Reference in New Issue
Block a user