summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-29 15:53:14 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-29 15:53:14 -0800
commit4cdb84d6c4302357a52ae5399a2ff9d998dc5779 (patch)
tree7a959cf9cbac04ac0ee3b19812f36c1df383a8fe /indra
parenta65a0c4cfb41fd3e4132761c3633ce58050523cc (diff)
CID-299
Checker: UNINIT_CTOR Function: LLUIColor::LLUIColor() File: /indra/llui/tests/llurlmatch_test.cpp
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/tests/llurlmatch_test.cpp1
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