From 7bebbbb1ec068af525b187f98892db6f067f9e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 31 Aug 2016 21:07:15 +0200 Subject: [PATCH] Math: minor cleanup. --- src/Magnum/Math/Range.h | 1 + 1 file changed, 1 insertion(+) 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); \ } \