diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-17 17:52:10 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-17 17:52:10 -0700 |
commit | 49ad7fd4b57cec635c557070be02556094e90ff6 (patch) | |
tree | ec2a5a18901c756f110b28778aed915651c35f97 /indra/llui/lltextbase.h | |
parent | 3dc61c4b4afed47826070aa906e58c8c5ca3efa0 (diff) |
CHUI-410: Post code review submit, changed useLabel() to return bool instead of BOOL. Adjusted code accordingly.
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r-- | indra/llui/lltextbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h index 44b149d264..629b304b25 100644 --- a/indra/llui/lltextbase.h +++ b/indra/llui/lltextbase.h @@ -503,7 +503,7 @@ protected: void initFromParams(const Params& p); virtual void beforeValueChange(); virtual void onValueChange(S32 start, S32 end); - virtual BOOL useLabel(); + virtual bool useLabel(); // draw methods void drawSelectionBackground(); // draws the black box behind the selected text |