diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-11 12:59:26 +0100 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-11 12:59:26 +0100 |
| commit | a0de40ddfa0cd318cb0b67e72e1739a706ff3a85 (patch) | |
| tree | 19146a241fd0d0ac8d42b929728959f7d323101c /indra/llui/lltextbase.h | |
| parent | 076d7db4acf2c1191bfcda8f8866fc3e71b11f93 (diff) | |
| parent | f9ca717953a0ee5eeb3a10413fd8edda185bed9f (diff) | |
merge from PE's viewer-public
Diffstat (limited to 'indra/llui/lltextbase.h')
| -rw-r--r-- | indra/llui/lltextbase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h index 176308c61a..89ce5cdc8e 100644 --- a/indra/llui/lltextbase.h +++ b/indra/llui/lltextbase.h @@ -519,6 +519,7 @@ class LLLineBreakTextSegment : public LLTextSegment public: LLLineBreakTextSegment(LLStyleConstSP style,S32 pos); + LLLineBreakTextSegment(S32 pos); ~LLLineBreakTextSegment(); bool getDimensions(S32 first_char, S32 num_chars, S32& width, S32& height) const; S32 getNumChars(S32 num_pixels, S32 segment_offset, S32 line_offset, S32 max_chars) const; |
