summaryrefslogtreecommitdiff
path: root/indra/llui/llcheckboxctrl.h
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2009-11-20 17:44:53 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2009-11-20 17:44:53 +0200
commitd1ebc5f44d53a47f3e0e849bbaaa4313fd352c01 (patch)
tree472f95680810f22bc2cf82efc5d98fafd55277d3 /indra/llui/llcheckboxctrl.h
parent7467c005ed3a7269f0247b2551d89c32652953b5 (diff)
parent2d9202cb812dec65ec571035389aacd49d19e659 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/llcheckboxctrl.h')
-rw-r--r--indra/llui/llcheckboxctrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llcheckboxctrl.h b/indra/llui/llcheckboxctrl.h
index 2f8e8fdd23..b14e66b915 100644
--- a/indra/llui/llcheckboxctrl.h
+++ b/indra/llui/llcheckboxctrl.h
@@ -107,6 +107,7 @@ public:
std::string getLabel() const;
void setFont( const LLFontGL* font ) { mFont = font; }
+ const LLFontGL* getFont() { return mFont; }
virtual void setControlName(const std::string& control_name, LLView* context);