diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 15:58:45 -0800 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 15:58:45 -0800 | 
| commit | 525569825f38a5d601c7151d46a638f31bf0658f (patch) | |
| tree | eee67716bb82e9f772ba31deff92b1f2a0d93d99 | |
| parent | e5e654ac5a58512c1c14b06d28a81882926e4e46 (diff) | |
CID-297
Checker: UNINIT_CTOR
Function: LLFontFreetype::LLFontFreetype()
File: /indra/llrender/llfontfreetype.cpp
| -rw-r--r-- | indra/llrender/llfontfreetype.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/llrender/llfontfreetype.cpp b/indra/llrender/llfontfreetype.cpp index 786dc64452..9f7f3b2c67 100644 --- a/indra/llrender/llfontfreetype.cpp +++ b/indra/llrender/llfontfreetype.cpp @@ -112,6 +112,7 @@ LLFontFreetype::LLFontFreetype()  	mFTFace(NULL),  	mRenderGlyphCount(0),  	mAddGlyphCount(0), +	mStyle(0),  	mPointSize(0)  {  } | 
