summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-10 16:53:58 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-10 16:53:58 +0000
commit536ffcc7b34e35fbdd8b134147b93715dd262e30 (patch)
treeec2e7047edadf28e62935ecaa4dc353847a0b3bd /indra
parentbbfc0e47196ecbae8d89e7b721a61ba5eeaaa2b7 (diff)
CID-425
Checker: UNINIT_CTOR Function: LLCustomButtonIconCtrl::LLCustomButtonIconCtrl(const LLCustomButtonIconCtrl::Params &) File: /indra/llui/lltabcontainer.cpp
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/lltabcontainer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp
index 2ec56d6089..fe699cfa01 100644
--- a/indra/llui/lltabcontainer.cpp
+++ b/indra/llui/lltabcontainer.cpp
@@ -119,6 +119,7 @@ protected:
LLCustomButtonIconCtrl(const Params& p):
LLButton(p),
mIcon(NULL),
+ mIconAlignment(LLFontGL::HCENTER),
mIconCtrlPad(p.icon_ctrl_pad)
{}