diff --git a/src/Magnum/Math/Range.h b/src/Magnum/Math/Range.h index ceefa56da..19c4339c5 100644 --- a/src/Magnum/Math/Range.h +++ b/src/Magnum/Math/Range.h @@ -200,6 +200,7 @@ template class Range { static Type fromSize(const VectorType& min, const VectorType& size) { \ return Range::fromSize(min, size); \ } \ + \ Type translated(const VectorType& vector) const { \ return Range::translated(vector); \ } \