diff options
author | Merov Linden <merov@lindenlab.com> | 2013-05-10 18:29:00 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-05-10 18:29:00 -0700 |
commit | cc87c6785258cb04f11cb79ce2e9899d33f11e03 (patch) | |
tree | fcc057e96fbd8af5a5664bf4036d79ce4c6e92e0 /indra/newview/llpersontabview.h | |
parent | 7c4bfc8f55ebc581ddac0c2394b07b24d240d1a6 (diff) | |
parent | fb27eae15502cbd2a13cde018ae67f961320d0ba (diff) |
Pull merge from viewer-fbc
Diffstat (limited to 'indra/newview/llpersontabview.h')
-rw-r--r-- | indra/newview/llpersontabview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpersontabview.h b/indra/newview/llpersontabview.h index 9839a1eaaf..6f244c2794 100644 --- a/indra/newview/llpersontabview.h +++ b/indra/newview/llpersontabview.h @@ -104,6 +104,7 @@ protected: void draw(); void drawHighlight(); + void drawLabel(const std::string text, const LLFontGL * font, const F32 x, const F32 y, const LLColor4& color, F32 &right_x); private: |