]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGBox.hxx
Lots of (mostly) doxygen fixes/cleanup.
[simgear.git] / simgear / math / SGBox.hxx
index dfa50275b3af0bc95d1036475db3cbad4df4c7d3..f63eef242568f5285fb740c7f8b28f43f6ddeb59 100644 (file)
@@ -97,7 +97,7 @@ public:
     return (_max[0] - _min[0])*(_max[1] - _min[1])*(_max[2] - _min[2]);
   }
 
-  const bool empty() const
+  bool empty() const
   { return !valid(); }
 
   bool valid() const