diff options
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/simple-mat.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/simple-mat.hpp b/opentrack/simple-mat.hpp index 447327a8..f1391f3c 100644 --- a/opentrack/simple-mat.hpp +++ b/opentrack/simple-mat.hpp @@ -65,7 +65,7 @@ struct Mat return ret; } - Mat<num, w, h> t() + Mat<num, w, h> t() const { Mat<num, w, h> ret; |