diff options
author | Richard Nelson <none@none> | 2010-04-01 15:46:34 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-04-01 15:46:34 -0700 |
commit | 51e1c6b78a36cb968b9b3ea3d37a14dbe2609e8a (patch) | |
tree | 8c92a1f3a47c9fe66d1fe7696f4fbd8aea1a52ea /indra/llui/lltextbase.h | |
parent | ca8da832bdb1532c47208ea5e1b6ef50a40c3677 (diff) | |
parent | 6cc65f9e5f0aba9242295d955eb31c4938b093e1 (diff) |
merge
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 5b24c63557..8ed0680df9 100644 --- a/indra/llui/lltextbase.h +++ b/indra/llui/lltextbase.h @@ -132,6 +132,7 @@ public: /*virtual*/ LLTextViewModel* getViewModel() const; // LLEditMenuHandler interface + /*virtual*/ BOOL canDeselect() const; /*virtual*/ void deselect(); // used by LLTextSegment layout code |