diff options
Diffstat (limited to 'indra/llmath/llvector4a.h')
| -rw-r--r-- | indra/llmath/llvector4a.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvector4a.h b/indra/llmath/llvector4a.h index 8f0ee4b739..ea80b33e2d 100644 --- a/indra/llmath/llvector4a.h +++ b/indra/llmath/llvector4a.h @@ -322,7 +322,7 @@ public:      inline operator LLQuad() const;  private: -    LLQuad mQ; +    LLQuad mQ{};  };  inline void update_min_max(LLVector4a& min, LLVector4a& max, const LLVector4a& p)  | 
