diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-10-03 13:22:22 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-10-03 13:22:22 -0700 |
commit | fa3b55e68a00359f8b37b1225337e615b3f6da4d (patch) | |
tree | a9aaa0404d8cbc4faff01b8a91a328122df984fb /indra/llui/llscrollcontainer.h | |
parent | 174e44ab1eec203b5bc26a463d40b6eaf7ac58df (diff) | |
parent | 712d4585950230ebd5ba66b3c60982ebcf6ebce9 (diff) |
Automated merge with http://hg.secondlife.com/viewer-development
Diffstat (limited to 'indra/llui/llscrollcontainer.h')
-rw-r--r-- | indra/llui/llscrollcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llscrollcontainer.h b/indra/llui/llscrollcontainer.h index 46a71a7e30..3aa79cc255 100644 --- a/indra/llui/llscrollcontainer.h +++ b/indra/llui/llscrollcontainer.h @@ -103,6 +103,7 @@ public: // LLView functionality virtual void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); virtual BOOL handleKeyHere(KEY key, MASK mask); + virtual BOOL handleUnicodeCharHere(llwchar uni_char); virtual BOOL handleScrollWheel( S32 x, S32 y, S32 clicks ); virtual BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAndDropType cargo_type, |