diff options
Diffstat (limited to 'indra/llui/llui.h')
-rw-r--r-- | indra/llui/llui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llui.h b/indra/llui/llui.h index 471602515d..492c790265 100644 --- a/indra/llui/llui.h +++ b/indra/llui/llui.h @@ -234,7 +234,7 @@ public: private: - S32 mValue; + S32 mValue{ 0 }; }; // |