From 5aa0ff84f872a19fb189290f5aaebf92bda78d11 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Mon, 2 May 2016 15:17:40 -1000 Subject: [PATCH] Const correctness fix --- include/zeus/COBBox.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zeus/COBBox.hpp b/include/zeus/COBBox.hpp index 4087359..a89ff8c 100644 --- a/include/zeus/COBBox.hpp +++ b/include/zeus/COBBox.hpp @@ -43,7 +43,7 @@ public: } - CAABox calculateAABox(const CTransform& transform = CTransform()) + CAABox calculateAABox(const CTransform& transform = CTransform()) const { CAABox ret = CAABox::skInvertedBox;