diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 15:53:14 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 15:53:14 -0800 |
commit | 4cdb84d6c4302357a52ae5399a2ff9d998dc5779 (patch) | |
tree | 7a959cf9cbac04ac0ee3b19812f36c1df383a8fe /indra/llui/tests/llurlmatch_test.cpp | |
parent | a65a0c4cfb41fd3e4132761c3633ce58050523cc (diff) |
CID-299
Checker: UNINIT_CTOR
Function: LLUIColor::LLUIColor()
File: /indra/llui/tests/llurlmatch_test.cpp
Diffstat (limited to 'indra/llui/tests/llurlmatch_test.cpp')
-rw-r--r-- | indra/llui/tests/llurlmatch_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/tests/llurlmatch_test.cpp b/indra/llui/tests/llurlmatch_test.cpp index f9dfee931b..24a32de268 100644 --- a/indra/llui/tests/llurlmatch_test.cpp +++ b/indra/llui/tests/llurlmatch_test.cpp @@ -25,6 +25,7 @@ // link seam LLUIColor::LLUIColor() + : mColorPtr(NULL) {} namespace tut |