Index: core/cross/bounding_box.h |
=================================================================== |
--- core/cross/bounding_box.h (revision 21208) |
+++ core/cross/bounding_box.h (working copy) |
@@ -50,7 +50,7 @@ |
class BoundingBox { |
public: |
// Constructs an uninitialized BoundingBox marking it as non valid. |
- BoundingBox() : min_extent_(0, 0, 0), max_extent_(0, 0, 0), valid_(false) { } |
+ BoundingBox() : valid_(false), min_extent_(0, 0, 0), max_extent_(0, 0, 0) { } |
// Constructs a BoundingBox. |
// Parameters: |