Skip to content
Snippets Groups Projects
Commit ccbf6088 authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-299

Checker: UNINIT_CTOR
Function: LLUIColor::LLUIColor()
File: /indra/llui/tests/llurlentry_test.cpp
parent 4cdb84d6
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ LLUIColor LLUIColorTable::getColor(const std::string& name, const LLColor4& defa
return LLUIColor();
}
LLUIColor::LLUIColor() {}
LLUIColor::LLUIColor() : mColorPtr(NULL) {}
namespace tut
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment